Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 2 broken link + typo #17319

Merged
merged 2 commits into from Apr 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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][ecobee docs] now have support for climate entities, added by [@w1ll1am23].
frenck marked this conversation as resolved.
Show resolved Hide resolved
- [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