Skip to content

Commit

Permalink
Fix 2 broken link + typo (#17319)
Browse files Browse the repository at this point in the history
* Fix 2 broken link + typo

* Darn auto-complete
  • Loading branch information
frenck committed Apr 7, 2021
1 parent 2943a94 commit c6184b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/_posts/2021-04-07-release-20214.markdown
Expand Up @@ -179,7 +179,7 @@ to improve your setup.

So, what if a variable isn't always there, but I still want to use it? Well,
you can give it a default, for example:
`{% raw %}{{ my_variable | default }}{% endraw %}`. Or even an default value
`{% raw %}{{ my_variable | default }}{% endraw %}`. Or even a default value
(10 in this example): `{% raw %}{{ my_variable | default(10) }}{% endraw %}`.

Please note that these are just warnings for now. We plan to replace the warning
Expand Down Expand Up @@ -352,7 +352,7 @@ The following integration got support for a new platform:
- [Gogogate2 and iSmartGate][gogogate2 docs] provides battery sensors for wiresless door sensors, added by [@emontnemery]
- [Panasonic Viera][panasonic_viera docs] has now support for remotes, added by [@joogps]
- [Philips TV][philips_js docs] now has support for remotes, added by [@elupus]
- [Rheem EcoNet Products] now have support for climate entities, added by [@w1ll1am23].
- [Rheem EcoNet Products][econet docs] now have support for climate entities, added by [@w1ll1am23].
- [Supervisor][hassio docs] integration now has entities and services for things like versions and pending updates, added by [@raman325]
- [Tado][tado docs] now has weather support, added by [@Noltari]

Expand Down Expand Up @@ -2439,7 +2439,7 @@ The following integrations are no longer available as of this release:
[homekit_controller docs]: /integrations/homekit_controller/
[homematic docs]: /integrations/homematic/
[homematicip_cloud docs]: /integrations/homematicip_cloud/
[homepluscontrol docs]: /integrations/homepluscontrol/
[homepluscontrol docs]: /integrations/home_plus_control/
[http docs]: /integrations/http/
[hue docs]: /integrations/hue/
[huisbaasje docs]: /integrations/huisbaasje/
Expand Down

0 comments on commit c6184b6

Please sign in to comment.