title: '0.88:人物、命令行认证与事件订阅' description: '<a href=''/home-assistant/integrations/版本/0.88''<img src=''/home-assistant/images/blog/2019-02-release-88/components.png'' style=''border: 0;box-shadow:。' 和性能提升。
0.88:人物、命令行认证与事件订阅
发布 0.88 has landed. It's been a busy two weeks with a ton of cool stuff and improvements.
This 发布 introduces a new person component thanks to @MartinHjelmare. With this component, Home Assistant can be set up to track the people in your home. Each person can be linked to a 用户 and multiple 设备 tracker 实体. This 发布 does basic 设备 tracker 状态 merging, which will be evolved in the future. 设备 trackers merging their own 状态 will be phased out in favor of persons. You can 配置 persons via the config 面板. To get started, add the person component to your 配置.yaml file: person:. If you want to automatically stay up to date with the latest default Home Assistant components, you can now also add default_config: to your config.
本次发布还扩展了事件开发者工具,加入了事件调试器。它允许你监听核心事件,并把它们直接输出到屏幕上。这让你可以很容易找出遥控器发出的事件数据。
我们还加入了新的命令行认证提供器。它允许你使用 shell 脚本来校验登录系统的用户。这带来了很高的灵活性,比如你现在可以对接 LDAP 做认证。更多信息请查看文档。
@andrewsayre has been working hard on extending the SmartThings support. This 发布 brings 传感器 and 温控 设备 into the mix. Awesome!
值得注意的向后不兼容变更
我们加强了配置校验,因此你可能会看到一些新的警告。平台配置将不再允许包含未被支持的键,这有助于发现你当前及未来 YAML 配置中的拼写错误。目前这仍然只会退回为警告,但未来会升级为真正的错误。
给 Lovelace 自定义卡片开发者的提醒:如果你的代码依赖 <paper-button>,现在需要更新为 <mwc-button> 才能获得类似组件。
给自定义组件开发者的提醒:我们正在迁移到新的文件结构。更多信息请见开发者博客。
新平台
- Split googlehome to a component with 设备 tracker platform (@ludeeus - #19971) (device_tracker docs) ([googlehome docs]) (breaking change) (new-platform)
- Support for new velux api, added 遮盖.velux (@Julius2342 - #18738) (velux docs) (遮盖.velux docs) (breaking change) (new-feature) (new-platform)
- Add huawei_lte 通知 component (@scop - #19544) (通知 docs) (new-platform)
- Split out speedtest into a component and a 传感器 platform (@rohankapoorcom - #20527) (speedtestdotnet docs) (传感器.speedtest docs) (传感器.speedtestdotnet docs) (breaking change) (new-platform)
- Add google home 报警 传感器 (@eliseomartelli - #20709) ([googlehome docs]) (new-platform)
- Added command_line auth provider that validates credentials by calling a command (@efficiosoft - #19985) (new-feature) (new-platform)
- GitHub 传感器 (@timmo001 - #19561) (传感器.github docs) (new-platform)
- Fix 二元sensor in Ambient PWS (@bachya - #20801) (ambient_station docs) (new-platform)
- XS1 component (@markusressel - #19115) (xs1 docs) (温控.xs1 docs) (传感器.xs1 docs) (开关.xs1 docs) (new-platform)
- Add person component (@MartinHjelmare - #20290) (person docs) (new-platform)
- Add default_config component (@balloob - #20799) (default_config docs) (脚本 docs) (new-platform)
- Add SmartThings 传感器 platform (@andrewsayre - #20848) (smartthings docs) (new-platform)
- CoolMasterNet 温控 platform (@OnFreund - #20787) (温控.coolmaster docs) (new-platform)
- Add Google pubsub component (@timvancann - #20049) (google_pubsub docs) (new-platform)
- Ebusd 集成 (@CrazYoshi - #19607) (ebusd docs) (传感器.ebusd docs) (new-platform)
- Add SmartThings 温控 platform (@andrewsayre - #20963) (smartthings docs) (new-platform)
- Add Rejseplanen danish public transport 传感器 component (@tomatpasser - #19885) (传感器.rejseplanen docs) (new-platform)
- Norway air quality (@Danielhiversen - #20683) (new-platform)
- Add 门锁 capability to SmartThings platform (@bendews - #20977) (smartthings docs) (new-platform)
新功能
- Support for new velux api, added 遮盖.velux (@Julius2342 - #18738) (velux docs) (遮盖.velux docs) (breaking change) (new-feature) (new-platform)
- Added HomeKit 风扇 speed based on speed_list (@nd-net - #19767) (homekit docs) (new-feature)
- Added command_line auth provider that validates credentials by calling a command (@efficiosoft - #19985) (new-feature) (new-platform)
- Added more language options (@VirtualL - #20890) (传感器.darksky docs) (new-feature)
- add 风扇 support for spider thermostats (@peternijssen - #20897) (spider docs) (new-feature)
- Add quirks info to ZHA 设备 (@dmulcahey - #20923) (zha docs) (new-feature)
- Added IDs and enabled workarounds for Yale YRD220, YRL220, YRD120 (@mw-white - #20929) (zwave docs) (new-feature)
发布 0.88.1 - February 21
- Fix ZHA bugs (@dmulcahey - #21246) (zha docs)
- Add missing 配置 option to plex (@elupus - #21264) (媒体播放器.plex docs)
- Add missing configation option (@elupus - #21265) (传感器.imap_email_content docs)
- Add SamsungTV Mac validation (@balloob - #21268) (媒体播放器.samsungtv docs)
- 更新 服务.yaml (@dmulcahey - #21276)
- Fix unhandled exception in Ambient PWS config entry (@bachya - #21278) (ambient_station docs)
- Fix yeelight config validation (@balloob - #21295) (灯光.yeelight docs)
发布 0.88.2 - February 27
- Make sure that 设备 trackers is always a list during creation (@balloob - #21193) (person docs)
- Allow custom_effect to be absent from Flux 配置 (@conleydg - #21317) (灯光.flux_led docs)
- Fix person 更新 on create (@MartinHjelmare - #21355) (person docs)
- 场景 validator fix (@yosilevy - #21362) (场景 docs)
- Improve tolerance of SmartThings 温控 platform (@andrewsayre - #21383) (smartthings docs)
- Bump PyXiaomiGateway 版本 to 0.11.2 (@syssi - #21453) (xiaomi_aqara docs)
如果你需要帮助……
欢迎使用我们非常活跃的论坛,或者加入我们的聊天频道。虽然发布说明开放评论,但我们更希望你使用前面这些沟通渠道。谢谢。
反馈问题
如果你遇到了这个版本引入的问题,请在我们的 issue tracker 中报告。请务必填写 issue 模板中的所有字段。
向后不兼容的变更
- Split googlehome to a component with 设备 tracker platform (@ludeeus - #19971) (device_tracker docs) ([googlehome docs]) (breaking change) (new-platform)
- Support for new velux api, added 遮盖.velux (@Julius2342 - #18738) (velux docs) (遮盖.velux docs) (breaking change) (new-feature) (new-platform)
- Split out fastdotcom into a component and a 传感器 platform (@rohankapoorcom - #20341) (fastdotcom docs) (传感器.fastdotcom docs) (breaking change)
- Split out speedtest into a component and a 传感器 platform (@rohankapoorcom - #20527) (speedtestdotnet docs) (传感器.speedtest docs) (传感器.speedtestdotnet docs) (breaking change) (new-platform)
- Use PLATFORM_SCHEMA_BASE as base schema for additional components. (@emontnemery - #20578) (breaking change)
- ZHA component rewrite (@dmulcahey - #20434) (zha docs) (breaking change)
- Enable the available property for zha 实体 (@dmulcahey - #20788) (zha docs) (breaking change)
- Add 设备 ieee to zha events (@dmulcahey - #20791) (zha docs) (breaking change)
- 更新 platform loading path (@balloob - #20807) (breaking change)
- Make monitored_conditions more specific in Ambient PWS (@bachya - #20803) (ambient_station docs) (breaking change)
- Use CONF_RECIPIENT for default recipient in config (@rohankapoorcom - #20925) (tplink_lte docs) (breaking change)
- 更新 ZHA API to be 设备 oriented (@dmulcahey - #20990) (zha docs) (breaking change)
- Deprecate conf_update_interval (@rohankapoorcom - #20924) (breaking change) (beta fix)
- Return None if no GTFS departures found (@renemarc - #20919) (传感器.gtfs docs) (breaking change) (beta fix)
- Set aioharmony 版本 to 0.1.8 (@ehendrix23 - #21213) (harmony docs) (breaking change) (beta fix)
Beta 修复
- Set ZHA 设备 availability on new join (@dmulcahey - #21066) (zha docs) (beta fix)
- Set uvloop 版本 consistent with hass.io (@philhawthorne - #21080) (beta fix)
- Check against unlinked 用户 (@balloob - #21081) (person docs) (beta fix)
- Fix hue retry crash (@balloob - #21083) (hue docs) (beta fix)
- 更新 pychromecast (@balloob - #21097) (cast docs) (beta fix)
- Bump aioambient to 0.1.2 (@bachya - #21098) (ambient_station docs) (beta fix)
- Bump thermoworks_smoke 版本 to get new pyrebase 版本 (@nhorvath - #21100) (传感器.thermoworks_smoke docs) (beta fix)
- Don't expose 服务 in Utility_Meter unless tariffs are available (@dgomes - #20878) (utility_meter docs) (beta fix)
- Deprecate conf_update_interval (@rohankapoorcom - #20924) (breaking change) (beta fix)
- Fix battery_level 错误 - HomeKit (@cdce8p - #21120) (homekit docs) (beta fix)
- Handle ValueError (@balloob - #21126) (person docs) (beta fix)
- Bump pychromecast to 2.5.2 (@balloob - #21127) (cast docs) (beta fix)
- Return None if no GTFS departures found (@renemarc - #20919) (传感器.gtfs docs) (breaking change) (beta fix)
- SmartThings Component Enhancements/Fixes (@andrewsayre - #21085) (smartthings docs) (beta fix)
- Fix SmartThings Translation 错误 (@andrewsayre - #21103) (smartthings docs) (beta fix)
- Fix track_change 错误 in utility_meter (@dgomes - #21134) (utility_meter docs) (beta fix)
- 更新 pyEight for Python 3.7 Compatibility (@mezz64 - #21161) (eight_sleep docs) (beta fix)
- Add power source to 设备 and clean up zha listeners (@dmulcahey - #21174) (zha docs) (beta fix)
- Fix for #19072 (@sjabby - #21175) (灯光.flux_led docs) (beta fix)
- 升级 aioimaplib for Python 3.7 compatibility (@amelchio - #21197) (传感器.imap docs) (beta fix)
- ordered by last occurrence (@dgomes - #21200) (system_log docs) (beta fix)
- Set aioharmony 版本 to 0.1.8 (@ehendrix23 - #21213) (harmony docs) (breaking change) (beta fix)
- Push pyads to 3.0.7 (@carstenschroeder - #21216) (ads docs) (beta fix)
- Refactor ZHA listeners into channels (@dmulcahey - #21196) (zha docs) (beta fix)
- Fix an Ambient PWS exception when location info is missing (@bachya - #21220) (ambient_station docs) (beta fix)
- Prevent invalid context from crashing (@balloob - #21231) (beta fix)
所有变更
- Fix typo in config entries doc (@therve - #20619) (point docs)
- 更新 synology-srm dependency to 0.0.4 (@aerialls - #20625) (device_tracker docs)
- Add precision parameter to dsmr 传感器 (@zumitnl - #19873) (传感器.dsmr docs)
- Split googlehome to a component with 设备 tracker platform (@ludeeus - #19971) (device_tracker docs) ([googlehome docs]) (breaking change) (new-platform)
- Move mqtt_mock to tests/integrations/MQTT/conftest.py (@awarecan - #20621)
- Revert #20611: code in Abode 报警 面板 (@arsaboo - #20629) (alarm_control_panel.abode docs)
- Support for new velux api, added 遮盖.velux (@Julius2342 - #18738) (velux docs) (遮盖.velux docs) (breaking change) (new-feature) (new-platform)
- Fix xiaomi default gateway in 服务 (@therve - #20623) (xiaomi_aqara docs)
- Fix 传感器.cpuspeed inside Docker 容器 (#20614) (@rohankapoorcom - #20656) (传感器.cpuspeed docs)
- 更新 deconz 集成 text for PWA (@akinomeroglu - #20634) (deconz docs)
- Add huawei_lte 通知 component (@scop - #19544) (通知 docs) (new-platform)
- 升级 rxv to 0.6.0 (@fabaff - #20669) (媒体播放器.yamaha docs)
- 更新 miflora.py to have relevant 传感器 icons (@microraptor - #20650) (传感器.miflora docs)
- Consolidate config flow components (@balloob - #20635)
- Split out fastdotcom into a component and a 传感器 platform (@rohankapoorcom - #20341) (fastdotcom docs) (传感器.fastdotcom docs) (breaking change)
- Remove fingerprint middleware (@balloob - #20682) (http docs)
- print() left behind (@dgomes - #20689)
- Embed all platforms into components (@balloob - #20677) (abode docs) (ads docs) (alarmdecoder docs) (amcrest docs) (android_ip_webcam docs) (apcupsd docs) (apple_tv docs)
- add peternijssen as codeowner of spider component (@peternijssen - #20695)
- Add tests for ZHA 开关 (@dmulcahey - #20691)
- Add ZHA 传感器 tests (@dmulcahey - #20710)
- Change 日志 level for 'loading 设备' message (@Xiol - #20721) (device_tracker docs)
- Add app_id property to Fire TV component (@JeffLIrion - #20719) (媒体播放器.firetv docs)
- Remove SUPPORT_VOLUME_SET from Fire TV component (@JeffLIrion - #20718) (媒体播放器.firetv docs)
- Clean up fastdotcom by doing time tracking outside of the data object (@rohankapoorcom - #20725) (fastdotcom docs)
- Split out speedtest into a component and a 传感器 platform (@rohankapoorcom - #20527) (speedtestdotnet docs) (传感器.speedtest docs) (传感器.speedtestdotnet docs) (breaking change) (new-platform)
- Add ZHA 二元sensor tests (@dmulcahey - #20711)
- Add ZHA 风扇 tests (@dmulcahey - #20712)
- Add ZHA 灯光 tests (@dmulcahey - #20713)
- Add google home 报警 传感器 (@eliseomartelli - #20709) (googlehome docs) (new-platform)
- Add missing abbreviations (@emontnemery - #20741) (MQTT docs)
- 更新 pysmartthings to 0.5.0 (@andrewsayre - #20759) (smartthings docs)
- Use PLATFORM_SCHEMA_BASE as base schema for additional components. (@emontnemery - #20578) (breaking change)
- 更新 flake8 to 3.7.5 (@Danielhiversen - #20761) (cast docs) (device_tracker docs) (isy994 docs)
- Modifying MTUs acquisition (@SupremeSports - #20654) (传感器.ted5000 docs)
- Fix googlehome 报警 传感器 platform (@eliseomartelli - #20742) (googlehome docs)
- SMHI component: Bugfix - calc precipitation (@helto4real - #20745) (smhi docs)
- Added HomeKit 风扇 speed based on speed_list (@nd-net - #19767) (homekit docs) (new-feature)
- Reproduce 状态 by letting each component opt in on handling 状态 recovery itself (@elupus - #18700)
- Added egg age to the eggminder 传感器 (@w1ll1am23 - #20758) (wink docs)
- Move components to folders (@balloob - #20774)
- Fix 错误 handling in 开关.broadlink module (@OleksandrBerchenko - #20772) (开关.broadlink docs)
- Flux Led: Add support for defining custom effect (@leppa - #19072) (灯光.flux_led docs)
- Allow pausing xiaomi 吸尘器 in all 状态 (@pszafer - #20620) (吸尘器.xiaomi_miio docs)
- ZHA component rewrite (@dmulcahey - #20434) (zha docs) (breaking change)
- Prevent 模板 changing options (@balloob - #20775)
- Allow both VOLUME_STEP and VOLUME_SET (@notgwj - #20732) (媒体播放器.universal docs)
- Added command_line auth provider that validates credentials by calling a command (@efficiosoft - #19985) (new-feature) (new-platform)
- 升级 distro to 1.4.0 (@fabaff - #20797) (updater docs)
- 升级 switchmate lib (@Danielhiversen - #20792) (开关.switchmate docs)
- Remove wink 传感器 日志 calls (@w1ll1am23 - #20798) (wink docs)
- 升级 astral to 1.9.2 (@fabaff - #20796)
- Enable the available property for zha 实体 (@dmulcahey - #20788) (zha docs) (breaking change)
- Cleanup zha listener lifecycle (@dmulcahey - #20789) (zha docs)
- Add 设备 ieee to zha events (@dmulcahey - #20791) (zha docs) (breaking change)
- GitHub 传感器 (@timmo001 - #19561) (传感器.github docs) (new-platform)
- Deduplication of 日志 entries in system_log (@dgomes - #20493) (system_log docs)
- 更新 platform loading path (@balloob - #20807) (breaking change)
- Add more type hints to 助手 (@scop - #20811)
- Fix 二元sensor in Ambient PWS (@bachya - #20801) (ambient_station docs) (new-platform)
- Embed Z-Wave platforms (@balloob - #20810)
- Load as many components in parallel as possible (@balloob - #20806)
- XS1 component (@markusressel - #19115) (xs1 docs) (温控.xs1 docs) (传感器.xs1 docs) (开关.xs1 docs) (new-platform)
- Fix zha 灯光 bugs (@dmulcahey - #20825) (zha docs)
- Add MVP person component (@MartinHjelmare - #20290) (person docs) (new-platform)
- Clean up Z-Wave pt2 (@balloob - #20842)
- Added Ambient PWS to 设备 registry (@bachya - #20841) (ambient_station docs)
- Add default_config component (@balloob - #20799) (default_config docs) (脚本 docs) (new-platform)
- Make monitored_conditions more specific in Ambient PWS (@bachya - #20803) (ambient_station docs) (breaking change)
- Add SmartThings 传感器 platform (@andrewsayre - #20848) (smartthings docs) (new-platform)
- Support knx tunable white and color temperature 灯光 (@marvin-w - #19699) (knx docs) (灯光.knx docs)
- Move 天气.ipma into a component (@dgomes - #20706) (ipma docs)
- Add better handling of deprecated configs (@rohankapoorcom - #20565) (freedns docs)
- Add additional 设备 and features to Homematic IP (@SukramJ - #20747) (homematicip_cloud docs)
- 升级 youtube_dl to 2019.02.08 (@fabaff - #20859) (media_extractor docs)
- Fix init of TransmissionData (@MatteGary - #20817) (transmission docs)
- Media player const.py move (@elupus - #20822)
- Set GTFS icon by route type (@renemarc - #20876) (传感器.gtfs docs)
- Cleanup GTFS query (@renemarc - #20874) (传感器.gtfs docs)
- 升级 mypy to 0.660 (@scop - #20873)
- Set August doorbell availability 状态 from online 状态 (@wonderslug - #20883) (august docs)
- Added more language options (@VirtualL - #20890) (传感器.darksky docs) (new-feature)
- Person component: add storage and WS commands (@balloob - #20852) (person docs) (websocket_api docs)
- Fix coroutine never awaited 警告 in test (@awarecan - #20892)
- Add some api tests for ZHA (@dmulcahey - #20909)
- Missing 二元sensor (@dagobert - #20921) (homematic docs)
- Fix encoding for MQTT 摄像头 (@emontnemery - #20932) (MQTT docs)
- Fix RFLink 恢复 状态 (@javicalle - #20588) (rflink docs) (灯光.rflink docs)
- add 风扇 support for spider thermostats (@peternijssen - #20897) (spider docs) (new-feature)
- Add quirks info to ZHA 设备 (@dmulcahey - #20923) (zha docs) (new-feature)
- Added IDs and enabled workarounds for Yale YRD220, YRL220, YRD120 (@mw-white - #20929) (zwave docs) (new-feature)
- Fix #19990: Alexa-support for 温控 in manual-mode (@pc-coholic - #20910)
- Reverts 2105724. (@boralyl - #20915) (灯光.hyperion docs)
- 更新 ZHA 助手 (@dmulcahey - #20898) (zha docs)
- CoolMasterNet 温控 platform (@OnFreund - #20787) (温控.coolmaster docs) (new-platform)
- Add 设备 HmIP-BSL to Homematic IP (@SukramJ - #20865) (homematicip_cloud docs)
- Add Google pubsub component (@timvancann - #20049) (google_pubsub docs) (new-platform)
- fix missing 传感器 values for Point (@fredrike - #20937) (point docs)
- Fixed Thethingsnetwork 传感器 issue so that it takes the most recent (last) item from the TTN data storage query result instead of the first. (@Sholofly - #20790) (thethingsnetwork docs)
- Use CONF_RECIPIENT for default recipient in config (@rohankapoorcom - #20925) (tplink_lte docs) (breaking change)
- Ebusd 集成 (@CrazYoshi - #19607) (ebusd docs) (传感器.ebusd docs) (new-platform)
- 更新 denonavr to 0.7.8 (add various sound modes) (@scarface-4711 - #20951) (媒体播放器.denonavr docs)
- Add missing data fields to Ambient PWS (@bachya - #20808) (ambient_station docs) (传感器.ambient_station docs)
- HomematicIP fix 遮盖 direction (@mxworm - #20901) (homematicip_cloud docs)
- 更新 pyHS100 to 0.3.4 (@stefnb - #20979) (灯光.tplink docs) (开关.tplink docs)
- 升级 slixmpp to 1.4.2 (@fabaff - #20971) (通知 docs)
- 升级 ruamel.yaml to 0.15.87 (@fabaff - #20955)
- Set 遮盖 level using emulated_hue (@ptc - #19594) (emulated_hue docs)
- Support for Multiple modbus hubs (@benvm - #19726) (modbus docs) (binary_sensor.modbus docs) (温控.flexit docs) (温控.modbus docs) (传感器.modbus docs) (开关.modbus docs)
- add 设备 info API (@dmulcahey - #20950) (zha docs)
- Sort imports (@fabaff - #20984) (netgear_lte docs)
- Unique Ids for August 实体 to allow renames (@wonderslug - #20887) (august docs)
- Sort imports (@fabaff - #20985) (mythicbeastsdns docs)
- Bump aioesphomeapi to 1.5.0 (@OttoWinter - #20986) (esphome docs)
- Fix bug with monitored_conditions in Ambient PWS (@bachya - #20837) (ambient_station docs)
- Add lagging hdate for 传感器 that should lag to 更新 (@arigilder - #20655) (传感器.jewish_calendar docs)
- Add SmartThings 温控 platform (@andrewsayre - #20963) (smartthings docs) (new-platform)
- Add Rejseplanen danish public transport 传感器 component (@tomatpasser - #19885) (传感器.rejseplanen docs) (new-platform)
- Bump feedparser 版本 to py3.7 compat (@balloob - #20987) (feedreader docs)
- 更新 to Python 3.7 (@balloob - #20988)
- Updates pyatmo to 1.8 and adds exception handling (@carstenschroeder - #20938) (netatmo docs)
- Add 前端 storage (@balloob - #20880)
- Norway air quality (@Danielhiversen - #20683) (new-platform)
- Fix Point does I/O in event loop (@fredrike - #20939) (point docs)
- Add unique id to ADS platforms (@carstenschroeder - #20511) (灯光.ads docs)
- 升级 cryptography to 2.5 (@awarecan - #21011)
- 更新 ZHA API to be 设备 oriented (@dmulcahey - #20990) (zha docs) (breaking change)
- 更新 ordering (@fabaff - #21013) (system_health docs)
- Prevent OverflowError in ESPHome 集成 (@OttoWinter - #21014) (esphome docs)
- 升级 restrictedpython to 4.0b8 (@fabaff - #21015) (python_script docs)
- Norway air, minor fix (@Danielhiversen - #21016) (air_quality docs)
- Allow target all timer 服务 using 'entity_id: all' (@rbflurry - #21008) (timer docs)
- RFC: Embed platforms without component for 遥控器 component. (@balloob - #20809)
- Fix discovery of audio groups (@emontnemery - #20947) (cast docs)
- 更新 实体 状态 when ZHA 设备 becomes available (@dmulcahey - #20993) (zha docs)
- 更新 co2signal==0.4.2 to fix #20805 (@danielsjf - #21022) (传感器.co2signal docs)
- Add missing 助手 (@fabaff - #21021)
- Add 门锁 config entry unload support. (@andrewsayre - #21025) (门锁 docs)
- Bump aioambient to 0.1.1 (@bachya - #21024) (ambient_station docs)
- 升级 sqlalchemy to 1.2.17 (@fabaff - #21020) (传感器.sql docs)
- Run tasks when ZHA 设备 become available (@dmulcahey - #20998) (zha docs)
- Fix broken links to code examples (@cisasteelersfan - #21039)
- 更新 scan interval to 5 minutes. (@fronzbot - #21041) (blink docs)
- Add support for device_class to MQTT 遮盖 (@emontnemery - #21044) (MQTT docs)
- 更新 file header (@fabaff - #21023)
- Add night arm mode to MQTT 报警 control 面板 (@rwagoner - #20961) (MQTT docs)
- Fix updated file header (@OttoWinter - #21049) (esphome docs)
- Add 门锁 capability to SmartThings platform (@bendews - #20977) (smartthings docs) (new-platform)
- Add 模板 support to Bayesian 传感器 (@arsaboo - #20757) (binary_sensor.bayesian docs)
- Create a person during onboarding (@balloob - #21057) (default_config docs) (onboarding docs) (person docs)
- Person checks (@balloob - #21056) (person docs)
- Person: Ignore unavailable 状态 (@balloob - #21058) (person docs)
- Add 集成 method to 传感器.集成 (@dgomes - #21050) (传感器.集成 docs)
- fix Webhook 更新 (@fredrike - #21048) (point docs)
- 升级 ruamel.yaml to 0.15.88 (@fabaff - #21055)
- 更新 file header (@fabaff - #21054)
- Don't directly 更新 config entries (@balloob - #20877) (deconz docs) (homematicip_cloud docs) (hue docs) (unifi docs)
- Set ZHA 设备 availability on new join (@dmulcahey - #21066) (zha docs) (beta fix)
- Set uvloop 版本 consistent with hass.io (@philhawthorne - #21080) (beta fix)
- Check against unlinked 用户 (@balloob - #21081) (person docs) (beta fix)
- Fix hue retry crash (@balloob - #21083) (hue docs) (beta fix)
- 更新 pychromecast (@balloob - #21097) (cast docs) (beta fix)
- Bump aioambient to 0.1.2 (@bachya - #21098) (ambient_station docs) (beta fix)
- Bump thermoworks_smoke 版本 to get new pyrebase 版本 (@nhorvath - #21100) (传感器.thermoworks_smoke docs) (beta fix)
- Don't expose 服务 in Utility_Meter unless tariffs are available (@dgomes - #20878) (utility_meter docs) (beta fix)
- Deprecate conf_update_interval (@rohankapoorcom - #20924) (breaking change) (beta fix)
- Fix battery_level 错误 - HomeKit (@cdce8p - #21120) (homekit docs) (beta fix)
- Handle ValueError (@balloob - #21126) (person docs) (beta fix)
- Bump pychromecast to 2.5.2 (@balloob - #21127) (cast docs) (beta fix)
- Return None if no GTFS departures found (@renemarc - #20919) (传感器.gtfs docs) (breaking change) (beta fix)
- SmartThings Component Enhancements/Fixes (@andrewsayre - #21085) (smartthings docs) (beta fix)
- Fix SmartThings Translation 错误 (@andrewsayre - #21103) (smartthings docs) (beta fix)
- Fix track_change 错误 in utility_meter (@dgomes - #21134) (utility_meter docs) (beta fix)
- 更新 pyEight for Python 3.7 Compatibility (@mezz64 - #21161) (eight_sleep docs) (beta fix)
- Add power source to 设备 and clean up zha listeners (@dmulcahey - #21174) (zha docs) (beta fix)
- Fix for #19072 (@sjabby - #21175) (灯光.flux_led docs) (beta fix)
- 升级 aioimaplib for Python 3.7 compatibility (@amelchio - #21197) (传感器.imap docs) (beta fix)
- ordered by last occurrence (@dgomes - #21200) (system_log docs) (beta fix)
- Set aioharmony 版本 to 0.1.8 (@ehendrix23 - #21213) (harmony docs) (breaking change) (beta fix)
- Push pyads to 3.0.7 (@carstenschroeder - #21216) (ads docs) (beta fix)
- Refactor ZHA listeners into channels (@dmulcahey - #21196) (zha docs) (beta fix)
- Fix an Ambient PWS exception when location info is missing (@bachya - #21220) (ambient_station docs) (beta fix)
- Prevent invalid context from crashing (@balloob - #21231) (beta fix)


