Add release 66 blog post

This commit is contained in:
Paulus Schoutsen 2018-03-30 15:14:07 -07:00
parent a90513b188
commit e4d63479f1
6 changed files with 229 additions and 118 deletions

View File

@ -141,7 +141,7 @@ social:
current_major_version: 0 current_major_version: 0
current_minor_version: 66 current_minor_version: 66
current_patch_version: 0 current_patch_version: 0
date_released: 2018-03-31 date_released: 2018-03-30
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -7,7 +7,6 @@ sidebar: true
comments: false comments: false
sharing: true sharing: true
footer: true footer: true
logo: homematicip.png
ha_category: Hub ha_category: Hub
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
ha_release: 0.66 ha_release: 0.66

View File

@ -0,0 +1,19 @@
---
layout: page
title: "Homematic Lock"
description: "Instructions on how to integrate Homematic locks within Home Assistant."
date: 2016-06-28 08:30
sidebar: true
comments: false
sharing: true
footer: true
logo: homematic.png
ha_category: Lock
ha_release: 0.66
ha_iot_class: "Local Push"
---
The `homematic` lock platform lets you control [Homematic](http://www.homematic.com/) locks through Home Assistant.
Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic.

View File

@ -0,0 +1,18 @@
---
layout: page
title: "HomematicIP Sensor"
description: "Instructions on how to integrate Homematic sensors within Home Assistant."
date: 2016-06-28 08:30
sidebar: true
comments: false
sharing: true
footer: true
logo: homematic.png
ha_category: Sensor
ha_release: 0.66
ha_iot_class: "Local Push"
---
The `homematicip` sensor platform lets you control [Homematic](http://www.homematic.com/) sensors through Home Assistant.
Devices will be configured automatically. Please refer to the [component](/components/homematicip/) configuration on how to setup Homematic.

View File

@ -1,9 +1,9 @@
--- ---
layout: post layout: post
title: "0.66: TBD - also update date attribute!" title: "0.66: ...."
description: "TBD" description: "...."
date: 2018-03-09 00:01:00 date: 2018-03-30 00:01:00
date_formatted: "March 31, 2018" date_formatted: "March 30, 2018"
author: Paulus Schoutsen author: Paulus Schoutsen
author_twitter: balloob author_twitter: balloob
comments: true comments: true
@ -13,6 +13,12 @@ og_image: /images/blog/2018-03-0.66/components.png
<a href='/components/#version/0.66'><img src='/images/blog/2018-03-0.66/components.png' style='border: 0;box-shadow: none;'></a> <a href='/components/#version/0.66'><img src='/images/blog/2018-03-0.66/components.png' style='border: 0;box-shadow: none;'></a>
This is the first release with our new release schedule. During the extra week we had a total of 4 beta releases with a total of [26 fixes](https://github.com/home-assistant/home-assistant/milestone/128?closed=1). So this should be the most stable release yet!
It's also a release that is full of goodies. 80 people contributed over 223 fixes, improvements and new integrations during the last 2 weeks of this release 😎 I want to highlight the work of two people who are doing an amazing job: [@NovapaX] has been doing a great job triaging and fixing weird quirks and bugs in the frontend. And I want to give a shout out to [@armills] who has enabled backend translations. This means that a bunch of things that did not have translations yet, will now soon be translatable. We're planning some cool things with this!
A quick note if you are using Philips Hue and a Hue custom component: it will no longer work due to the internal changes to the Hue platform. Remove the custom component to ensure that your Hue lights keep working.
## New Platforms ## New Platforms
- Add new platform for VeSync switches ([@markperdue] - [#13000]) ([switch.vesync docs]) (new-platform) - Add new platform for VeSync switches ([@markperdue] - [#13000]) ([switch.vesync docs]) (new-platform)
@ -28,17 +34,7 @@ og_image: /images/blog/2018-03-0.66/components.png
- Zigbee fan ([@igorbernstein2] - [#12289]) ([zha docs]) ([fan.zha docs]) (new-platform) - Zigbee fan ([@igorbernstein2] - [#12289]) ([zha docs]) ([fan.zha docs]) (new-platform)
- Adding a discoverable Samsung Syncthru Printer sensor platform ([@nielstron] - [#13134]) ([sensor.syncthru docs]) (new-platform) - Adding a discoverable Samsung Syncthru Printer sensor platform ([@nielstron] - [#13134]) ([sensor.syncthru docs]) (new-platform)
- Add trafikverket_weatherstation sensor platform ([@Qxlkdr] - [#12115]) ([sensor.trafikverket_weatherstation docs]) (new-platform) - Add trafikverket_weatherstation sensor platform ([@Qxlkdr] - [#12115]) ([sensor.trafikverket_weatherstation docs]) (new-platform)
- Security fix & lock for HomeMatic ([@PH89] - [#11980]) ([homematic docs]) ([lock docs]) ([lock.homematic docs]) (breaking change) (new-platform)
## Breaking Changes
- Remove Z-Wave old/new entity_id attributes ([@armills] - [#12652]) ([zwave docs]) (breaking change)
- Python Spotcrime sensor requires API key, fixes include/exclude ([@jcconnell] - [#12926]) ([sensor.spotcrime docs]) (breaking change)
- Fixed SI units for current consumption ([@vandenberghev] - [#13190]) ([sensor.smappee docs]) (breaking change)
- Report swap in MiB ([@DanNixon] - [#13148]) ([sensor.systemmonitor docs]) (breaking change)
- HomeKit Restructure (new config options) ([@cdce8p] - [#12997]) ([homekit docs]) (breaking change) (new-platform)
- Tibber use appNickname as name ([@clementhk] - [#13231]) ([sensor.tibber docs]) (breaking change)
- Refactor Hue: phue -> aiohue ([@balloob] - [#13043]) ([hue docs]) ([light.hue docs]) (breaking change)
- Fix incorrect unit of measurement for precip_intensity. ([@cgtobi] - [#13415]) ([sensor.darksky docs]) (breaking change)
## {% linkable_title If you need help... %} ## {% linkable_title If you need help... %}
@ -49,6 +45,18 @@ og_image: /images/blog/2018-03-0.66/components.png
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template. Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
<!--more--> <!--more-->
## Breaking Changes
- Refactor Hue: If you specify a bridge in your config, the `host` key is now required and needs to be a valid ip address. Option `allow_in_emulated_hue` has been removed. Exclude the lights via the emulated hue config. Due to the internal changes of how the Hue integration works, any Hue custom component will no longer work. ([@balloob] - [#13043]) ([hue docs]) ([light.hue docs]) (breaking change)
- Z-Wave: In version 0.47, the opt-in `new_entity_ids` configuration was added to Z-Wave to smooth the transition through the change. Support for old entity IDs is now removed, and the configuration is no longer necessary. If you are migrating from 0.63 or higher, your entity IDs will already be stored in the Entity Registry and no changes are required. If not, [entity IDs can now be manually configured using the Entity Registry](/docs/configuration/entity-registry/) if necessary. ([@armills] - [#12652]) ([zwave docs]) (breaking change)
- Spotcrime sensor: This update changes the sensor to require a user supplied API key as a configuration entry. The default key has been removed from the Spotcrime package and has also been modified to accept a user supplied API key.([@jcconnell] - [#12926]) ([sensor.spotcrime docs]) (breaking change)
- Smappee sensor: Fixed SI units for current consumption. Total consumption should be in kWh. not kW. ([@vandenberghev] - [#13190]) ([sensor.smappee docs]) (breaking change)
- System monitor sensor: Used and available swap space reported by the system monitor component is now measured in MiB instead of GiB. ([@DanNixon] - [#13148]) ([sensor.systemmonitor docs]) (breaking change)
- HomeKit: The `pincode` parameter is deprecated, since the `HomeKit` component will now generate one for you and display it as a persistence notification during setup. Additionally the default `port` changed to `51827` to avoid potential conflicts with `homebridge`. Lastly to fix a major bug, we needed to change the way accessory ids are generated. This means that in turn all previous accessory settings will need to be repeated. To avoid future conflicts, it is highly recommended to remove the `Home Assistant Bridge` from the `Home` app and repeat the setup process. ([HomeKit Setup](/components/homekit/#setup)) ([@cdce8p] - [#12997]) ([homekit docs]) (breaking change) (new-platform)
- Tibber: The name and the entity id for the Tibber sensor will now be the same as the nickname from the app. Default nick name is the address. So if you have not changed the nickname in the app, everything should be as before. ([@clementhk] - [#13231]) ([sensor.tibber docs]) (breaking change)
- Darsky sensor: Fix the incorrect unit of measurement for the 'Precip Intensity' and 'Daily Max Precip Intensity' for IS units according to the dark sky api documentation.([@cgtobi] - [#13415]) ([sensor.darksky docs]) (breaking change)
- HomeMatic: Locks are now under the lock component ([@PH89] - [#11980]) ([homematic docs]) ([lock docs]) ([lock.homematic docs]) (breaking change) (new-platform)
## All changes ## All changes
- New lazytox.py script ([@kellerza] - [#12862]) - New lazytox.py script ([@kellerza] - [#12862])
@ -183,8 +191,34 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Fix current_cover_position ([@cdce8p] - [#13135]) ([cover.template docs]) - Fix current_cover_position ([@cdce8p] - [#13135]) ([cover.template docs])
- Switched values to downcase. ([@diminishedprime] - [#13406]) - Switched values to downcase. ([@diminishedprime] - [#13406])
- Cast Integration Cleanup ([@OttoWinter] - [#13275]) ([media_player.cast docs]) - Cast Integration Cleanup ([@OttoWinter] - [#13275]) ([media_player.cast docs])
- Security fix & lock for HomeMatic ([@PH89] - [#11980]) ([homematic docs]) ([lock docs]) ([lock.homematic docs]) (breaking change) (new-platform)
- Log invalid templates in script delays ([@amelchio] - [#13423])
- LimitlessLED hs_color fixes ([@amelchio] - [#13425]) ([light.limitlessled docs])
- Hyperion: fix typo ([@a-andre] - [#13429]) ([light.hyperion docs])
- HomeKit: Bugfix & improved logging ([@cdce8p] - [#13431]) ([homekit docs])
- Improve detection of entity names in templates ([@amelchio] - [#13432])
- Add version bump script ([@balloob] - [#13447])
- Add extra check for ESSID field in case there's a wired connection ([@Zepheus] - [#13459]) ([device_tracker docs])
- Fix encoding errors in mikrotik device tracker ([@bdurrer] - [#13464]) ([device_tracker docs])
- Hue: Convert XY to HS color if HS not present ([@balloob] - [#13465]) ([light.hue docs])
- Fix ID (fixes #13444) ([@fabaff] - [#13471]) ([media_player.mpchc docs])
- Upgrade aiohue and fix race condition ([@balloob] - [#13475]) ([hue docs])
- version should contain just 'b' not 'beta' ([@balloob] - [#13476])
- Fix Google Calendar caching when offline ([@PhilRW] - [#13375]) ([calendar.google docs])
- Homekit: Bugfix Thermostat Fahrenheit support ([@cdce8p] - [#13477]) ([homekit docs])
- Validate basic customize entries ([@cdce8p] - [#13478])
- Homekit: Fix security systems ([@cdce8p] - [#13499]) ([homekit docs])
- python-miio version bumped (Closes: 13449) ([@syssi] - [#13511]) ([fan.xiaomi_miio docs]) ([light.xiaomi_miio docs]) ([remote.xiaomi_miio docs]) ([sensor.xiaomi_miio docs]) ([switch.xiaomi_miio docs]) ([vacuum.xiaomi_miio docs])
- Fix mysensors light supported features ([@MartinHjelmare] - [#13512]) ([light.mysensors docs])
- Fix Insteon Leak Sensor ([@teharris1] - [#13515])
- HomeKit: Fix setting light brightness ([@cdce8p] - [#13518]) ([homekit docs])
- Construct version pinned ([@syssi] - [#13528]) ([climate.eq3btsmart docs]) ([fan.xiaomi_miio docs]) ([light.xiaomi_miio docs]) ([remote.xiaomi_miio docs]) ([sensor.eddystone_temperature docs]) ([sensor.xiaomi_miio docs]) ([switch.xiaomi_miio docs]) ([vacuum.xiaomi_miio docs])
- Don't add Falsy items to list #13412 ([@kellerza] - [#13536])
- Check whitelisted paths #13107 ([@kellerza] - [#13154])
- Fix FLUX_LED error when no color is set ([@dramamoose] - [#13527]) ([light.flux_led docs])
[#11288]: https://github.com/home-assistant/home-assistant/pull/11288 [#11288]: https://github.com/home-assistant/home-assistant/pull/11288
[#11980]: https://github.com/home-assistant/home-assistant/pull/11980
[#12115]: https://github.com/home-assistant/home-assistant/pull/12115 [#12115]: https://github.com/home-assistant/home-assistant/pull/12115
[#12157]: https://github.com/home-assistant/home-assistant/pull/12157 [#12157]: https://github.com/home-assistant/home-assistant/pull/12157
[#12289]: https://github.com/home-assistant/home-assistant/pull/12289 [#12289]: https://github.com/home-assistant/home-assistant/pull/12289
@ -238,6 +272,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[#13148]: https://github.com/home-assistant/home-assistant/pull/13148 [#13148]: https://github.com/home-assistant/home-assistant/pull/13148
[#13150]: https://github.com/home-assistant/home-assistant/pull/13150 [#13150]: https://github.com/home-assistant/home-assistant/pull/13150
[#13151]: https://github.com/home-assistant/home-assistant/pull/13151 [#13151]: https://github.com/home-assistant/home-assistant/pull/13151
[#13154]: https://github.com/home-assistant/home-assistant/pull/13154
[#13156]: https://github.com/home-assistant/home-assistant/pull/13156 [#13156]: https://github.com/home-assistant/home-assistant/pull/13156
[#13163]: https://github.com/home-assistant/home-assistant/pull/13163 [#13163]: https://github.com/home-assistant/home-assistant/pull/13163
[#13164]: https://github.com/home-assistant/home-assistant/pull/13164 [#13164]: https://github.com/home-assistant/home-assistant/pull/13164
@ -305,6 +340,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[#13365]: https://github.com/home-assistant/home-assistant/pull/13365 [#13365]: https://github.com/home-assistant/home-assistant/pull/13365
[#13367]: https://github.com/home-assistant/home-assistant/pull/13367 [#13367]: https://github.com/home-assistant/home-assistant/pull/13367
[#13370]: https://github.com/home-assistant/home-assistant/pull/13370 [#13370]: https://github.com/home-assistant/home-assistant/pull/13370
[#13375]: https://github.com/home-assistant/home-assistant/pull/13375
[#13376]: https://github.com/home-assistant/home-assistant/pull/13376 [#13376]: https://github.com/home-assistant/home-assistant/pull/13376
[#13379]: https://github.com/home-assistant/home-assistant/pull/13379 [#13379]: https://github.com/home-assistant/home-assistant/pull/13379
[#13380]: https://github.com/home-assistant/home-assistant/pull/13380 [#13380]: https://github.com/home-assistant/home-assistant/pull/13380
@ -316,6 +352,28 @@ Experiencing issues introduced by this release? Please report them in our [issue
[#13404]: https://github.com/home-assistant/home-assistant/pull/13404 [#13404]: https://github.com/home-assistant/home-assistant/pull/13404
[#13406]: https://github.com/home-assistant/home-assistant/pull/13406 [#13406]: https://github.com/home-assistant/home-assistant/pull/13406
[#13415]: https://github.com/home-assistant/home-assistant/pull/13415 [#13415]: https://github.com/home-assistant/home-assistant/pull/13415
[#13423]: https://github.com/home-assistant/home-assistant/pull/13423
[#13425]: https://github.com/home-assistant/home-assistant/pull/13425
[#13429]: https://github.com/home-assistant/home-assistant/pull/13429
[#13431]: https://github.com/home-assistant/home-assistant/pull/13431
[#13432]: https://github.com/home-assistant/home-assistant/pull/13432
[#13447]: https://github.com/home-assistant/home-assistant/pull/13447
[#13459]: https://github.com/home-assistant/home-assistant/pull/13459
[#13464]: https://github.com/home-assistant/home-assistant/pull/13464
[#13465]: https://github.com/home-assistant/home-assistant/pull/13465
[#13471]: https://github.com/home-assistant/home-assistant/pull/13471
[#13475]: https://github.com/home-assistant/home-assistant/pull/13475
[#13476]: https://github.com/home-assistant/home-assistant/pull/13476
[#13477]: https://github.com/home-assistant/home-assistant/pull/13477
[#13478]: https://github.com/home-assistant/home-assistant/pull/13478
[#13499]: https://github.com/home-assistant/home-assistant/pull/13499
[#13511]: https://github.com/home-assistant/home-assistant/pull/13511
[#13512]: https://github.com/home-assistant/home-assistant/pull/13512
[#13515]: https://github.com/home-assistant/home-assistant/pull/13515
[#13518]: https://github.com/home-assistant/home-assistant/pull/13518
[#13527]: https://github.com/home-assistant/home-assistant/pull/13527
[#13528]: https://github.com/home-assistant/home-assistant/pull/13528
[#13536]: https://github.com/home-assistant/home-assistant/pull/13536
[@BioSehnsucht]: https://github.com/BioSehnsucht [@BioSehnsucht]: https://github.com/BioSehnsucht
[@DanNixon]: https://github.com/DanNixon [@DanNixon]: https://github.com/DanNixon
[@FezVrasta]: https://github.com/FezVrasta [@FezVrasta]: https://github.com/FezVrasta
@ -324,15 +382,19 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@Kane610]: https://github.com/Kane610 [@Kane610]: https://github.com/Kane610
[@MartinHjelmare]: https://github.com/MartinHjelmare [@MartinHjelmare]: https://github.com/MartinHjelmare
[@OttoWinter]: https://github.com/OttoWinter [@OttoWinter]: https://github.com/OttoWinter
[@PH89]: https://github.com/PH89
[@PhilRW]: https://github.com/PhilRW [@PhilRW]: https://github.com/PhilRW
[@Qxlkdr]: https://github.com/Qxlkdr [@Qxlkdr]: https://github.com/Qxlkdr
[@ThomasSvedberg]: https://github.com/ThomasSvedberg [@ThomasSvedberg]: https://github.com/ThomasSvedberg
[@Zepheus]: https://github.com/Zepheus
[@a-andre]: https://github.com/a-andre
[@a-wolter]: https://github.com/a-wolter [@a-wolter]: https://github.com/a-wolter
[@amelchio]: https://github.com/amelchio [@amelchio]: https://github.com/amelchio
[@andreipop2005]: https://github.com/andreipop2005 [@andreipop2005]: https://github.com/andreipop2005
[@andrey-git]: https://github.com/andrey-git [@andrey-git]: https://github.com/andrey-git
[@armills]: https://github.com/armills [@armills]: https://github.com/armills
[@balloob]: https://github.com/balloob [@balloob]: https://github.com/balloob
[@bdurrer]: https://github.com/bdurrer
[@c727]: https://github.com/c727 [@c727]: https://github.com/c727
[@cburgess]: https://github.com/cburgess [@cburgess]: https://github.com/cburgess
[@cdce8p]: https://github.com/cdce8p [@cdce8p]: https://github.com/cdce8p
@ -343,6 +405,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@danielperna84]: https://github.com/danielperna84 [@danielperna84]: https://github.com/danielperna84
[@dgomes]: https://github.com/dgomes [@dgomes]: https://github.com/dgomes
[@diminishedprime]: https://github.com/diminishedprime [@diminishedprime]: https://github.com/diminishedprime
[@dramamoose]: https://github.com/dramamoose
[@engrbm87]: https://github.com/engrbm87 [@engrbm87]: https://github.com/engrbm87
[@fabaff]: https://github.com/fabaff [@fabaff]: https://github.com/fabaff
[@gerard33]: https://github.com/gerard33 [@gerard33]: https://github.com/gerard33
@ -372,109 +435,121 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@sjvc]: https://github.com/sjvc [@sjvc]: https://github.com/sjvc
[@smurfix]: https://github.com/smurfix [@smurfix]: https://github.com/smurfix
[@syssi]: https://github.com/syssi [@syssi]: https://github.com/syssi
[@teharris1]: https://github.com/teharris1
[@the-glu]: https://github.com/the-glu [@the-glu]: https://github.com/the-glu
[@thrawnarn]: https://github.com/thrawnarn [@thrawnarn]: https://github.com/thrawnarn
[@timmo001]: https://github.com/timmo001 [@timmo001]: https://github.com/timmo001
[@turbokongen]: https://github.com/turbokongen [@turbokongen]: https://github.com/turbokongen
[@uchagani]: https://github.com/uchagani [@uchagani]: https://github.com/uchagani
[@vandenberghev]: https://github.com/vandenberghev [@vandenberghev]: https://github.com/vandenberghev
[alarm_control_panel.ifttt docs]: https://rc.home-assistant.io/components/alarm_control_panel.ifttt/ [alarm_control_panel.ifttt docs]: /components/alarm_control_panel.ifttt/
[binary_sensor.bmw_connected_drive docs]: https://rc.home-assistant.io/components/binary_sensor.bmw_connected_drive/ [binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/
[binary_sensor.deconz docs]: https://rc.home-assistant.io/components/binary_sensor.deconz/ [binary_sensor.deconz docs]: /components/binary_sensor.deconz/
[binary_sensor.mysensors docs]: https://rc.home-assistant.io/components/binary_sensor.mysensors/ [binary_sensor.mysensors docs]: /components/binary_sensor.mysensors/
[binary_sensor.trend docs]: https://rc.home-assistant.io/components/binary_sensor.trend/ [binary_sensor.trend docs]: /components/binary_sensor.trend/
[binary_sensor.workday docs]: https://rc.home-assistant.io/components/binary_sensor.workday/ [binary_sensor.workday docs]: /components/binary_sensor.workday/
[bmw_connected_drive docs]: https://rc.home-assistant.io/components/bmw_connected_drive/ [bmw_connected_drive docs]: /components/bmw_connected_drive/
[calendar.caldav docs]: https://rc.home-assistant.io/components/calendar.caldav/ [calendar.caldav docs]: /components/calendar.caldav/
[calendar.todoist docs]: https://rc.home-assistant.io/components/calendar.todoist/ [calendar.google docs]: /components/calendar.google/
[camera.onvif docs]: https://rc.home-assistant.io/components/camera.onvif/ [calendar.todoist docs]: /components/calendar.todoist/
[camera.xeoma docs]: https://rc.home-assistant.io/components/camera.xeoma/ [camera.onvif docs]: /components/camera.onvif/
[climate.ecobee docs]: https://rc.home-assistant.io/components/climate.ecobee/ [camera.xeoma docs]: /components/camera.xeoma/
[climate.sensibo docs]: https://rc.home-assistant.io/components/climate.sensibo/ [climate.ecobee docs]: /components/climate.ecobee/
[cloud docs]: https://rc.home-assistant.io/components/cloud/ [climate.eq3btsmart docs]: /components/climate.eq3btsmart/
[cover.group docs]: https://rc.home-assistant.io/components/cover.group/ [climate.sensibo docs]: /components/climate.sensibo/
[cover.template docs]: https://rc.home-assistant.io/components/cover.template/ [cloud docs]: /components/cloud/
[deconz docs]: https://rc.home-assistant.io/components/deconz/ [cover.group docs]: /components/cover.group/
[doorbird docs]: https://rc.home-assistant.io/components/doorbird/ [cover.template docs]: /components/cover.template/
[downloader docs]: https://rc.home-assistant.io/components/downloader/ [deconz docs]: /components/deconz/
[ecobee docs]: https://rc.home-assistant.io/components/ecobee/ [device_tracker docs]: /components/device_tracker/
[fan.xiaomi_miio docs]: https://rc.home-assistant.io/components/fan.xiaomi_miio/ [doorbird docs]: /components/doorbird/
[fan.zha docs]: https://rc.home-assistant.io/components/fan.zha/ [downloader docs]: /components/downloader/
[hassio docs]: https://rc.home-assistant.io/components/hassio/ [ecobee docs]: /components/ecobee/
[history docs]: https://rc.home-assistant.io/components/history/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/
[homekit docs]: https://rc.home-assistant.io/components/homekit/ [fan.zha docs]: /components/fan.zha/
[homematic docs]: https://rc.home-assistant.io/components/homematic/ [hassio docs]: /components/hassio/
[homematicip docs]: https://rc.home-assistant.io/components/homematicip/ [history docs]: /components/history/
[homematicip_cloud docs]: https://rc.home-assistant.io/components/homematicip_cloud/ [homekit docs]: /components/homekit/
[http docs]: https://rc.home-assistant.io/components/http/ [homematic docs]: /components/homematic/
[hue docs]: https://rc.home-assistant.io/components/hue/ [homematicip docs]: /components/homematicip/
[image_processing.opencv docs]: https://rc.home-assistant.io/components/image_processing.opencv/ [homematicip_cloud docs]: /components/homematicip_cloud/
[light docs]: https://rc.home-assistant.io/components/light/ [http docs]: /components/http/
[light.deconz docs]: https://rc.home-assistant.io/components/light.deconz/ [hue docs]: /components/hue/
[light.hue docs]: https://rc.home-assistant.io/components/light.hue/ [image_processing.opencv docs]: /components/image_processing.opencv/
[light.iglo docs]: https://rc.home-assistant.io/components/light.iglo/ [light docs]: /components/light/
[light.mysensors docs]: https://rc.home-assistant.io/components/light.mysensors/ [light.deconz docs]: /components/light.deconz/
[light.mystrom docs]: https://rc.home-assistant.io/components/light.mystrom/ [light.flux_led docs]: /components/light.flux_led/
[light.xiaomi_miio docs]: https://rc.home-assistant.io/components/light.xiaomi_miio/ [light.hue docs]: /components/light.hue/
[light.zha docs]: https://rc.home-assistant.io/components/light.zha/ [light.hyperion docs]: /components/light.hyperion/
[lock.bmw_connected_drive docs]: https://rc.home-assistant.io/components/lock.bmw_connected_drive/ [light.iglo docs]: /components/light.iglo/
[lock.mqtt docs]: https://rc.home-assistant.io/components/lock.mqtt/ [light.limitlessled docs]: /components/light.limitlessled/
[logbook docs]: https://rc.home-assistant.io/components/logbook/ [light.mysensors docs]: /components/light.mysensors/
[media_extractor docs]: https://rc.home-assistant.io/components/media_extractor/ [light.mystrom docs]: /components/light.mystrom/
[media_player.bluesound docs]: https://rc.home-assistant.io/components/media_player.bluesound/ [light.xiaomi_miio docs]: /components/light.xiaomi_miio/
[media_player.cast docs]: https://rc.home-assistant.io/components/media_player.cast/ [light.zha docs]: /components/light.zha/
[media_player.channels docs]: https://rc.home-assistant.io/components/media_player.channels/ [lock docs]: /components/lock/
[media_player.kodi docs]: https://rc.home-assistant.io/components/media_player.kodi/ [lock.bmw_connected_drive docs]: /components/lock.bmw_connected_drive/
[media_player.mediaroom docs]: https://rc.home-assistant.io/components/media_player.mediaroom/ [lock.homematic docs]: /components/lock.homematic/
[media_player.philips_js docs]: https://rc.home-assistant.io/components/media_player.philips_js/ [lock.mqtt docs]: /components/lock.mqtt/
[media_player.plex docs]: https://rc.home-assistant.io/components/media_player.plex/ [logbook docs]: /components/logbook/
[media_player.songpal docs]: https://rc.home-assistant.io/components/media_player.songpal/ [media_extractor docs]: /components/media_extractor/
[media_player.sonos docs]: https://rc.home-assistant.io/components/media_player.sonos/ [media_player.bluesound docs]: /components/media_player.bluesound/
[media_player.spotify docs]: https://rc.home-assistant.io/components/media_player.spotify/ [media_player.cast docs]: /components/media_player.cast/
[mqtt docs]: https://rc.home-assistant.io/components/mqtt/ [media_player.channels docs]: /components/media_player.channels/
[mysensors docs]: https://rc.home-assistant.io/components/mysensors/ [media_player.kodi docs]: /components/media_player.kodi/
[nest docs]: https://rc.home-assistant.io/components/nest/ [@NovapaX]: https://github.com/NovapaX
[notify docs]: https://rc.home-assistant.io/components/notify/ [media_player.mediaroom docs]: /components/media_player.mediaroom/
[remote.xiaomi_miio docs]: https://rc.home-assistant.io/components/remote.xiaomi_miio/ [media_player.mpchc docs]: /components/media_player.mpchc/
[scene.deconz docs]: https://rc.home-assistant.io/components/scene.deconz/ [media_player.philips_js docs]: /components/media_player.philips_js/
[sensor.bmw_connected_drive docs]: https://rc.home-assistant.io/components/sensor.bmw_connected_drive/ [media_player.plex docs]: /components/media_player.plex/
[sensor.crimereports docs]: https://rc.home-assistant.io/components/sensor.crimereports/ [media_player.songpal docs]: /components/media_player.songpal/
[sensor.darksky docs]: https://rc.home-assistant.io/components/sensor.darksky/ [media_player.sonos docs]: /components/media_player.sonos/
[sensor.deconz docs]: https://rc.home-assistant.io/components/sensor.deconz/ [media_player.spotify docs]: /components/media_player.spotify/
[sensor.deutsche_bahn docs]: https://rc.home-assistant.io/components/sensor.deutsche_bahn/ [mqtt docs]: /components/mqtt/
[sensor.filter docs]: https://rc.home-assistant.io/components/sensor.filter/ [mysensors docs]: /components/mysensors/
[sensor.foobot docs]: https://rc.home-assistant.io/components/sensor.foobot/ [nest docs]: /components/nest/
[sensor.glances docs]: https://rc.home-assistant.io/components/sensor.glances/ [notify docs]: /components/notify/
[sensor.homematic docs]: https://rc.home-assistant.io/components/sensor.homematic/ [remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/
[sensor.homematicip docs]: https://rc.home-assistant.io/components/sensor.homematicip/ [scene.deconz docs]: /components/scene.deconz/
[sensor.homematicip_cloud docs]: https://rc.home-assistant.io/components/sensor.homematicip_cloud/ [sensor.bmw_connected_drive docs]: /components/sensor.bmw_connected_drive/
[sensor.lacrosse docs]: https://rc.home-assistant.io/components/sensor.lacrosse/ [sensor.crimereports docs]: /components/sensor.crimereports/
[sensor.mqtt docs]: https://rc.home-assistant.io/components/sensor.mqtt/ [sensor.darksky docs]: /components/sensor.darksky/
[sensor.mysensors docs]: https://rc.home-assistant.io/components/sensor.mysensors/ [sensor.deconz docs]: /components/sensor.deconz/
[sensor.plex docs]: https://rc.home-assistant.io/components/sensor.plex/ [sensor.deutsche_bahn docs]: /components/sensor.deutsche_bahn/
[sensor.smappee docs]: https://rc.home-assistant.io/components/sensor.smappee/ [sensor.eddystone_temperature docs]: /components/sensor.eddystone_temperature/
[sensor.spotcrime docs]: https://rc.home-assistant.io/components/sensor.spotcrime/ [sensor.filter docs]: /components/sensor.filter/
[sensor.sql docs]: https://rc.home-assistant.io/components/sensor.sql/ [sensor.foobot docs]: /components/sensor.foobot/
[sensor.syncthru docs]: https://rc.home-assistant.io/components/sensor.syncthru/ [sensor.glances docs]: /components/sensor.glances/
[sensor.systemmonitor docs]: https://rc.home-assistant.io/components/sensor.systemmonitor/ [sensor.homematic docs]: /components/sensor.homematic/
[sensor.template docs]: https://rc.home-assistant.io/components/sensor.template/ [sensor.homematicip docs]: /components/sensor.homematicip/
[sensor.tibber docs]: https://rc.home-assistant.io/components/sensor.tibber/ [sensor.homematicip_cloud docs]: /components/sensor.homematicip_cloud/
[sensor.trafikverket_weatherstation docs]: https://rc.home-assistant.io/components/sensor.trafikverket_weatherstation/ [sensor.lacrosse docs]: /components/sensor.lacrosse/
[sensor.vasttrafik docs]: https://rc.home-assistant.io/components/sensor.vasttrafik/ [sensor.mqtt docs]: /components/sensor.mqtt/
[sensor.wunderground docs]: https://rc.home-assistant.io/components/sensor.wunderground/ [sensor.mysensors docs]: /components/sensor.mysensors/
[sensor.xiaomi_miio docs]: https://rc.home-assistant.io/components/sensor.xiaomi_miio/ [sensor.plex docs]: /components/sensor.plex/
[spc docs]: https://rc.home-assistant.io/components/spc/ [sensor.smappee docs]: /components/sensor.smappee/
[switch.doorbird docs]: https://rc.home-assistant.io/components/switch.doorbird/ [sensor.spotcrime docs]: /components/sensor.spotcrime/
[switch.edimax docs]: https://rc.home-assistant.io/components/switch.edimax/ [sensor.sql docs]: /components/sensor.sql/
[switch.mqtt docs]: https://rc.home-assistant.io/components/switch.mqtt/ [sensor.syncthru docs]: /components/sensor.syncthru/
[switch.vesync docs]: https://rc.home-assistant.io/components/switch.vesync/ [sensor.systemmonitor docs]: /components/sensor.systemmonitor/
[switch.xiaomi_miio docs]: https://rc.home-assistant.io/components/switch.xiaomi_miio/ [sensor.template docs]: /components/sensor.template/
[switch.zha docs]: https://rc.home-assistant.io/components/switch.zha/ [sensor.tibber docs]: /components/sensor.tibber/
[telegram_bot docs]: https://rc.home-assistant.io/components/telegram_bot/ [sensor.trafikverket_weatherstation docs]: /components/sensor.trafikverket_weatherstation/
[upcloud docs]: https://rc.home-assistant.io/components/upcloud/ [sensor.vasttrafik docs]: /components/sensor.vasttrafik/
[vacuum.xiaomi_miio docs]: https://rc.home-assistant.io/components/vacuum.xiaomi_miio/ [sensor.wunderground docs]: /components/sensor.wunderground/
[weather.darksky docs]: https://rc.home-assistant.io/components/weather.darksky/ [sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/
[websocket_api docs]: https://rc.home-assistant.io/components/websocket_api/ [spc docs]: /components/spc/
[zeroconf docs]: https://rc.home-assistant.io/components/zeroconf/ [switch.doorbird docs]: /components/switch.doorbird/
[zha docs]: https://rc.home-assistant.io/components/zha/ [switch.edimax docs]: /components/switch.edimax/
[zwave docs]: https://rc.home-assistant.io/components/zwave/ [switch.mqtt docs]: /components/switch.mqtt/
[switch.vesync docs]: /components/switch.vesync/
[switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/
[switch.zha docs]: /components/switch.zha/
[telegram_bot docs]: /components/telegram_bot/
[upcloud docs]: /components/upcloud/
[vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/
[weather.darksky docs]: /components/weather.darksky/
[websocket_api docs]: /components/websocket_api/
[zeroconf docs]: /components/zeroconf/
[zha docs]: /components/zha/
[zwave docs]: /components/zwave/

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB