title: '0.85:ESPHome、Plum Lightpad、OpenSenseMap' description: '<a href=''/home-assistant/integrations/版本/0.85''<img src=''/home-assistant/images/blog/2019-01-release-85/components.png'' style=''border: 0;box-shadow:。' ESP 芯片接入 Home Assistant 的最佳方式。
0.85:ESPHome、Plum Lightpad、OpenSenseMap
:::警告
Slugify 已发生变化。如果实体名称中包含 - 或 A-Z 之外的字符,且该集成没有唯一 ID,那么这可能会影响实体 ID 的创建。我们现在会更好地处理这些字符,用替代字符替换,而不是直接移除。
:::
看到上面这个破坏性变更警告了吗?👆 很好,那我们开始吧。这是 2019 年的第一次发布,覆盖了整整 4 周的内容,因为我们跳过了去年的最后一次发布,把时间留给亲友。今年会非常精彩,我们已经计划了很多很酷的东西。如果你还没看过,可以查看我们的项目现状演讲,了解我们的计划。
我们这次休整得相当彻底,以至于把将 Lovelace 设为默认界面的计划推迟到了 0.86,以确保它足够完善。我们预计 0.85 到 0.86 之间主要只会有问题修复,所以欢迎你先试试看!
我们也正在努力处理 Home Assistant 积压的开放 PR(目前有 170 个)。如果你在过去 4 周里提交了贡献,我们很快就会处理到。
在假期期间,我们上线了 Home Assistant Data Science Portal。它介绍了 Home Assistant 存储的所有数据,以及你如何搭建一个数据科学环境来自行探索这些数据。
这个版本还加入了对 ESPHome 的原生支持。ESPHome 是一个用于管理 ESP8266 和 ESP32 微控制器的系统,使用受 Home Assistant 启发的 YAML 配置。它的原生 API 可以替代 ESPHome 固件中的 MQTT,并且是专门为 Home Assistant 和极致效率而设计的。🏎 此外,它还附带了一个 Hass.io 插件,让配置更加轻松。
新平台
- Add NMBS (Belgian railway) 传感器 platform (@thibmaek - #18610) (传感器.nmbs docs) (new-platform)
- Add air pollutants component (@fabaff - #18707) (air_pollutants docs) (demo docs) (new-platform)
- Adding support for Plum Lightpad (@ColinHarrington - #16576) (plum_lightpad docs) (binary_sensor.plum_lightpad docs) (灯光.plum_lightpad docs) (传感器.plum_lightpad docs) (new-platform)
- Add Ambient 天气 PWS 传感器 component (@tmd224 - #18551) (传感器.ambient_station docs) (new-platform)
- Add Brottsplatskartan 传感器 (@chrillux - #19018) (传感器.brottsplatskartan docs) (new-platform)
- Add native ESPHome API component (@OttoWinter - #19334) (new-platform)
- Add GTT 传感器 (@eliseomartelli - #18449) ([传感器.gtt docs]) (new-platform)
- Add openSenseMap air pollutants platform (@fabaff - #19357) (air_pollutants docs) (new-platform)
- Add Prezzibenzina (Italian Fuel Price) 传感器 (@eliseomartelli - #19297) (new-platform)
- Add 传感器 platform for SolarEdge Monitoring API (@GidoHakvoort - #18846) (传感器.solaredge docs) (new-platform)
- Add Mythic Beasts DNSAPI Component (@thinkl33t - #18333) (mythicbeastsdns docs) (new-platform)
- Add new 传感器 platform to expose Islamic prayer times (@uchagani - #19444) (传感器.islamic_prayer_times docs) (new-platform)
- Add Lutron Homeworks component (@dubnom - #18311) (homeworks docs) (binary_sensor.homeworks docs) (灯光.homeworks docs) (new-platform)
- Improve Lutron RadioRA2 support, adding 开关 and 场景 (@cdheiser - #18330) (lutron docs) (场景.lutron docs) (开关.lutron docs) (new-platform)
- Pencom (@dubnom - #19369) (开关.pencom docs) (new-platform)
- Add AfterShip 传感器 for packages (@maxandersen - #18034) (传感器.aftership docs) (new-platform)
- Add Freebox component with 传感器 and 设备 tracker (@SNoof85 - #18472) (device_tracker docs) (freebox docs) (传感器.freebox docs) (breaking change) (new-platform)
- LCN component and 灯光 platform (@alengwenus - #18621) (lcn docs) (灯光.lcn docs) (new-platform)
- Add RaspyRFM 开关 platform (@markusressel - #19130) (开关.raspyrfm docs) (new-platform)
- Add IDTECK proximity 卡片 component (@dubnom - #18309) (idteck_prox docs) (new-platform)
- Add ness 报警 control 面板 using nessclient (@nickw444 - #18463) (ness_alarm docs) (alarm_control_panel.ness_alarm docs) (binary_sensor.ness_alarm docs) (new-platform)
发布 0.85.1 - January 11
- check config instead of config_entry for quirks flag (@dmulcahey - #19730) (zha docs)
- Don't map LevelControl to 灯光 for single cluster 设备. (@Adminiuga - #19929) (zha docs)
- Fix entity_id: all 警告 (@balloob - #19946)
- Lovelace: Fix resources being dropped in inline editor
如果你需要帮助……
欢迎使用我们非常活跃的论坛,或者加入我们的聊天频道。虽然发布说明开放评论,但我们更希望你使用前面这些沟通渠道。谢谢。
反馈问题
如果你遇到了这个版本引入的问题,请在我们的 issue tracker 中报告。请务必填写 issue 模板中的所有字段。
向后不兼容的变更
- Targeting all 实体 in a domain by not sending an entity_id to a 服务 is now deprecated. Instead, send
entity_id: allif you want to target all. The old method will work for a couple of releases more, but will print a 警告. Please migrate. (@balloob - #19006) (breaking change) - The default interval of the 天气 component was aligned with the 传感器 component and is now 30 seconds instead of 15 seconds. (@fabaff - #19186) (天气 docs) (breaking change)
- In order to fix the below bug, default entity_ids will change (for example,
sensor.17track_packages_deliveredwill change tosensor.seventeentrack_packages_delivered). (@bachya - #19213) (传感器.seventeentrack docs) (breaking change) - Change
STATE_AUTOtoSTATE_HEATandSTATE_AWAYtoSTATE_ECOto conform to 温控 DOMAIN standards. Change made to fix Alexa/Google Assistant support for this component. (@marchingphoenix - #19242) (温控.eq3btsmart docs) (breaking change) - Add config flow for Daikin. Removes 配置 option:
monitored_conditions. Also removes 配置 设置 forsensor.daikin. (@fredrike - #19182) (daikin docs) (温控.daikin docs) (传感器.daikin docs) (breaking change) - Add traccar motion, speed and battery_level 属性. 属性 will only exist if there is data to show for that 属性.
(@ludeeus - #19090) (device_tracker docs) (breaking change)
- Use unicode slugify. Characters that are not between A and Z are now replaced with their latin equivalent. Dashes are replaced with an underscore. (@pvizeli - #19192) (breaking change)
- Various enhancements for WeMo component/platforms.
entity_idis now required for thewemo_set_humidity服务. (@sqldiablo - #19419) (wemo docs) (binary_sensor.wemo docs) (风扇.wemo docs) (灯光.wemo docs) (开关.wemo docs) (breaking change) - seven_segments will incorporate the 实体 name into the file name changing from former hardcoded
ocr.pngtossocr-(ss_entity_name).pngto make each ssocr input data file unique. (@deftdawg - #18634) (image_processing.seven_segments docs) (breaking change) - 更新 pylaunches dependency to 0.2.0. The launch_time 传感器 属性 will now be a datetime which can be used in 模板, as opposed to a written word string. (@DoloresHA - #19570) (传感器.launch_library docs) (breaking change)
- Add Freebox component with 传感器 and 设备 tracker. Static 配置 for freebox in device_tracker section must be deleted. Only the config of Freebox component is needed. (@SNoof85 - #18472) (device_tracker docs) (freebox docs) (传感器.freebox docs) (breaking change) (new-platform)
- Refactored KNX 温控 component to be able to support operation types. See the 文档 for the new operation modes. (@marvin-w - #19546) (knx docs) (温控.knx docs) (breaking change)
- Move WeMo 设备 discovery to run after Home Assistant start so it won't block initial component 设置 from completing quickly. (@sqldiablo - #19563) (wemo docs) (binary_sensor.wemo docs) (开关.wemo docs) (breaking change)
Beta 修复
- Add ESPHome native API discovery (@OttoWinter - #19399) (esphome docs) (beta fix)
- Rename air pollutants to air quality (@eliseomartelli - #19448) (air_quality docs) (beta fix)
- Use manufacturer id only for configure_reporting only when specified. (@Adminiuga - #19729) (zha docs) (beta fix)
- Simplify data_key for a stable unique_id because the order of the dict will not be preserved (Closes: #13522) (@syssi - #19766) (遮盖.xiaomi_aqara docs) (beta fix)
- Don't slugify unique id (@syssi - #19770) (xiaomi_aqara docs) (beta fix)
- Fix some ESPHome race 条件 (@OttoWinter - #19772) (esphome docs) (beta fix)
- 更新 HAP-python to 2.4.2 (@cdce8p - #19776) (homekit docs) (beta fix)
- Fix a bug in Lutron RadioRA2 场景 support (@cdheiser - #19819) (lutron docs) (beta fix)
- fixes #19814, Daikin config setting (@fredrike - #19823) (daikin docs) (beta fix)
- Bump aioesphomeapi (@OttoWinter - #19838) (beta fix)
- Resolves #17196, Resolves #18739 - Hue Beyond 灯光 fixture 错误 (@alistairg - #19874) (灯光.hue docs) (beta fix)
- Fix 错误 when trying to 日志 used UPnP 设备, if multiple found (@StevenLooman - #19875) (upnp docs) (beta fix)
- 更新 OZW to 0.1.2 (@pvizeli - #19878) (zwave docs) (beta fix)
- assign 用户 to websocket connection when using legacy_api_password (@FlorianLudwig - #19797) (websocket_api docs) (beta fix)
所有变更
- 升级 pylint to 2.2.2 (@scop - #18750)
- Add CM17A support (@swilson - #19041) (灯光.x10 docs)
- Set directv unavailable 状态 when 错误 returned for longer then a minute (@ehendrix23 - #19014) (媒体播放器.directv docs)
- Bump lakeside requirement to support more Eufy 设备 (@mjg59 - #19080) (eufy docs)
- Automatically detect if ipv4/ipv6 is used for cert_expiry (@speedmann - #18916) (传感器.cert_expiry docs)
- Support next generation of the Xiaomi Mi Smart Plug (chuangmi.plug.hmi205) (@syssi - #19071) (开关.xiaomi_miio docs)
- Fix the Xiaomi Aqara Cube rotate event of the LAN protocol 2.0 (Closes: #18199) (@syssi - #19104) (binary_sensor.xiaomi_aqara docs)
- 升级 Mill library (@Danielhiversen - #19117) (温控.mill docs)
- Add Philips Moonlight Bedside Lamp support (@syssi - #18496) (灯光.xiaomi_miio docs)
- 更新 edp_redy 版本 (@abmantis - #19078)
- 更新 Google Assistant 服务 description and request sync timeout (@edif30 - #19113)
- Fixed doorbird config without events (empty list) (@basschipper - #19121) (doorbird docs)
- Add code support for iAlarm (@RyuzakiKK - #19124)
- 升级 youtube_dl to 2018.12.03 (@fabaff - #19139) (media_extractor docs)
- 升级 mypy to 0.650 (@scop - #19150)
- 更新 geizhals dependency (@tinloaf - #19152) (传感器.geizhals docs)
- 升级 sphinx-autodoc-typehints to 1.5.2 (@fabaff - #19140)
- 升级 slacker to 0.12.0 (@fabaff - #19142) (通知 docs)
- 更新 radiotherm to 2.0.0 and handle change in tstat 错误 detection (@craftyguy - #19107) (温控.radiotherm docs)
- 更新 pygtfs to upstream's 0.1.5 (@jarondl - #19151) (传感器.gtfs docs)
- ZHA - Event foundation (@dmulcahey - #19095) (zha docs) (binary_sensor.zha docs)
- TelldusLive config flow (@fredrike - #18758) (tellduslive docs) (binary_sensor.tellduslive docs) (遮盖.tellduslive docs) (灯光.tellduslive docs) (传感器.tellduslive docs) (开关.tellduslive docs)
- Enable alarmdecoder to see open/close 状态 of bypassed RF 区域 when armed (@jkeljo - #18477) (alarmdecoder docs) (binary_sensor.alarmdecoder docs)
- Add SCAN_INTERVAL (@fabaff - #19186) (天气 docs) (breaking change)
- 恢复 状态 for RFLink 设备 (@javicalle - #18816) (rflink docs) (遮盖.rflink docs) (灯光.rflink docs)
- Move daikin to package (@fredrike - #19187) (daikin docs)
- 更新 switchbot library (@Danielhiversen - #19202) (开关.switchbot docs)
- add unique_id to SMHI (@fredrike - #19183) (天气.smhi docs)
- Fix geizhals crash if no price found (@tinloaf - #19197)
- Add ZHA 设备 handler library (@dmulcahey - #19099) (zha docs)
- Add package data 属性 to 17track.net summary 传感器 (@bachya - #19213) (传感器.seventeentrack docs) (breaking change)
- Convert songpal to use asynchronous websocket for 状态 updates (@rytilahti - #19129) (媒体播放器.songpal docs)
- Bumped NDMS2 client to 0.0.6 (@foxel - #19244) (device_tracker docs)
- RFC: Deprecate auto target all for 服务 and introduce entity_id: * (@balloob - #19006) (breaking change)
- Make 自动化 日志 错误 (@balloob - #18965) (自动化 docs)
- Re-use connection-pool (@molobrakos - #19249) (volvooncall docs)
- Add 设备 registry to MQTT 灯光 (@emontnemery - #19013) (灯光.MQTT docs)
- Support for the Harman Kardon AVR (@Devqon - #18471)
- Fix point 传感器 discovery (@fredrike - #19245) (传感器.point docs)
- Resolve IOLinc 传感器 name (@teharris1 - #19050) (insteon docs) (binary_sensor.insteon docs)
- Expose ZoneMinder availability to Home Assistant (@rohankapoorcom - #18946) (摄像头.zoneminder docs) (传感器.zoneminder docs)
- Upgraded enturclient to 0.1.2 (@hfurubotten - #19267) (传感器.entur_public_transport docs)
- Synology chat add verify ssl (@bremor - #19276) (通知 docs)
- Add NMBS (Belgian railway) 传感器 platform (@thibmaek - #18610) (传感器.nmbs docs) (new-platform)
- Add permission check to 灯光 服务 (@balloob - #19259) (灯光 docs)
- Check admin permission before able to manage config entries (@balloob - #19265) (config docs)
- Rename is_owner decorator to is_admin (@balloob - #19266) (config docs) (websocket_api docs)
- home-assistant/home-assistant#17333: 更新 to use DOMAIN constants and standards. (@marchingphoenix - #19242) (温控.eq3btsmart docs) (breaking change)
- Make variable
entity_idavailable to value_template for MQTT 二元sensor (@emontnemery - #19195) (binary_sensor.MQTT docs) - Set unavailable when unreachable (@MaxG88 - #19012) (媒体播放器.gpmdp docs)
- Updated ELIQ Online 传感器 to async API (@molobrakos - #19248) (传感器.eliqonline docs)
- Add air pollutants component (@fabaff - #18707) (air_pollutants docs) (demo docs) (new-platform)
- 设备 config for Fibaro hub 集成 (@pbalogh77 - #19171)
- Set InsteonEntity name to be combo of description and address. (@wonderslug - #17262) (insteon docs)
- Adding support for Plum Lightpad (@ColinHarrington - #16576) (plum_lightpad docs) (binary_sensor.plum_lightpad docs) (灯光.plum_lightpad docs) (传感器.plum_lightpad docs) (new-platform)
- huawei_lte: Fetch only required data (@scop - #17618) (device_tracker docs) (huawei_lte docs) (传感器.huawei_lte docs)
- Add Ambient 天气 PWS 传感器 component (@tmd224 - #18551) (传感器.ambient_station docs) (new-platform)
- Add note to issue 模板 regarding 前端 issues (@cgarwood - #19295)
- Bump pyEight to fix Single Sleeper (@mezz64 - #19316) (eight_sleep docs)
- 升级 pytest to 4.0.2 (@scop - #19327)
- 升级 pydocstyle to 3.0.0 (@scop - #19328)
- bump georss_client to 0.5 (@exxamalte - #19337) (传感器.geo_rss_events docs)
- Add Brottsplatskartan 传感器 (@chrillux - #19018) (传感器.brottsplatskartan docs) (new-platform)
- Fix broken 传感器.MQTT json_attributes deprecation message (@emontnemery - #19349) (传感器.MQTT docs)
- Adds io:OnOffIOComponent as 开关 to tahoma.py (@jensihnow - #19338) (tahoma docs)
- Add config flow for Daikin (@fredrike - #19182) (daikin docs) (温控.daikin docs) (传感器.daikin docs) (breaking change)
- Add traccar motion, speed and battery_level 属性 (@ludeeus - #19090) (device_tracker docs) (breaking change)
- Initialise plant 属性 at startup (@PeteBa - #19315) (plant docs)
- Remove recorder purge protection (@amelchio - #19358)
- Add native ESPHome API component (@OttoWinter - #19334) (new-platform)
- Add support for statewide data for Flu Near You (@bachya - #19341) (传感器.flunearyou docs)
- Use unicode slugify (@pvizeli - #19192) (breaking change)
- 升级 youtube_dl to 2018.12.17 (@fabaff - #19378) (media_extractor docs)
- 升级 TwitterAPI to 2.5.7 (@fabaff - #19382) (通知 docs)
- 升级 ruamel.yaml to 0.15.81 (@fabaff - #19384)
- 版本 bump pydaikin (@fredrike - #19388) (daikin docs) (温控.daikin docs)
- 升级 keyrings.alt==3.1.1 (@fabaff - #19386)
- Set pytz to >=2018.07 (@fabaff - #19387)
- 升级 RPi.GPIO to 0.6.5 (@fabaff - #19392) (rpi_gpio docs)
- Add air pollutants PROP_TO_ATTR (@fabaff - #19336) (air_pollutants docs)
- fix unique_id for Tellduslive 传感器 (@fredrike - #19389) (传感器.tellduslive docs)
- Add native ESPHome API 二元sensor (@OttoWinter - #19371) (esphome docs) (binary_sensor.esphome docs)
- Add native ESPHome API 遮盖 (@OttoWinter - #19373) (esphome docs) (遮盖.esphome docs)
- Add native ESPHome API 风扇 (@OttoWinter - #19374) (esphome docs) (风扇.esphome docs)
- Add native ESPHome API 灯光 (@OttoWinter - #19375) (esphome docs) (灯光.esphome docs)
- Add native ESPHome API 开关 (@OttoWinter - #19376) (esphome docs) (开关.esphome docs)
- Add native ESPHome API text 传感器 (@OttoWinter - #19377) (传感器.esphome docs)
- ESPHome Native API 恢复 实体 on startup (@OttoWinter - #19379) (esphome docs)
- Add native ESPHome API 设备 registry feature (@OttoWinter - #19381) (esphome docs)
- Add native ESPHome API 服务 call feature (@OttoWinter - #19401) (esphome docs)
- Upgade colorlog to 4.0.2 (@fabaff - #19390)
- Provide charging indicator for mychevy (@sdague - #19348) (mychevy docs) (传感器.mychevy docs)
- Add GTT 传感器 (@eliseomartelli - #18449) (new-platform)
- 升级 volvooncall to 0.8.7 (@molobrakos - #19398) (volvooncall docs)
- Cast lametric cycles parameter to int (@deftdawg - #19370) (通知 docs)
- Satel integra monitor outputs (@c-soft - #19149) (satel_integra docs) (binary_sensor.satel_integra docs)
- Fix cpu_temp issue on 树莓派 (@mretegan - #19404) (传感器.glances docs)
- Add 摄像头 selection config to skybell 摄像头 (@nhorvath - #19310) (skybell docs) (摄像头.skybell docs)
- Bump pyEmby to 1.6, add channel media type mapping (@mezz64 - #19318) (媒体播放器.emby docs)
- Add openSenseMap air pollutants platform (@fabaff - #19357) (air_pollutants docs) (new-platform)
- Optionally disable ssl verification for mjpeg (@rohankapoorcom - #19277) (zoneminder docs) (摄像头.mjpeg docs) (摄像头.zoneminder docs)
- Use string foratting (@fabaff - #19427) (传感器.brottsplatskartan docs)
- Add Prezzibenzina (Italian Fuel Price) 传感器 (@eliseomartelli - #19297) (new-platform)
- 升级 sqlalchemy to 1.2.15 (@fabaff - #19383) (传感器.sql docs)
- 升级 requests to 2.21.0 (@fabaff - #19385)
- Miscellaneous ESPHome cleanups (@OttoWinter - #19425) (esphome docs) (binary_sensor.esphome docs) (开关.esphome docs)
- Fix typo (@fabaff - #19433)
- Various enhancements for WeMo component/platforms (@sqldiablo - #19419) (wemo docs) (binary_sensor.wemo docs) (风扇.wemo docs) (灯光.wemo docs) (开关.wemo docs) (breaking change)
- Add device_info to Daikin (@fredrike - #19372) (daikin docs) (温控.daikin docs) (传感器.daikin docs)
- Add 传感器 platform for SolarEdge Monitoring API (@GidoHakvoort - #18846) (传感器.solaredge docs) (new-platform)
- Various updates (@fabaff - #19449) (ihc docs)
- Correct calls to subscription.async_unsubscribe_topics (@emontnemery - #19414)
- ZHA 实体 ZCL reporting 配置 (@Adminiuga - #19177) (zha docs) (binary_sensor.zha docs) (风扇.zha docs) (灯光.zha docs) (传感器.zha docs) (开关.zha docs)
- Add 设备 registry to MQTT 门锁 (@emontnemery - #19333) (门锁.MQTT docs)
- Add 设备 registry to MQTT 报警 control 面板 (@emontnemery - #19331) (alarm_control_panel.MQTT docs)
- Add 设备 registry to MQTT 温控 (@emontnemery - #19332) (温控.MQTT docs)
- Bump Pybotvac To Support D7 On Latest Firmware (@dshokouhi - #19463) (neato docs)
- Adds battery_percent which had been introduced with pyatmo 1.4 and resolves unknown var 警告. (@jensihnow - #19309) (传感器.netatmo docs)
- Add Mythic Beasts DNSAPI Component (@thinkl33t - #18333) (mythicbeastsdns docs) (new-platform)
- Rename ocr.png to ssocr-(entity_name).png to allow multiple instances (@deftdawg - #18634) (image_processing.seven_segments docs) (breaking change)
- 更新 pynetgear to 0.5.2 (@MatMaul - #19490) (device_tracker docs)
- Reorder FLOW entries in config_entries.py (@TomAFrench - #19475)
- Add timeout to RainMachine login (@bachya - #19476) (rainmachine docs)
- Add new 传感器 platform to expose Islamic prayer times (@uchagani - #19444) (传感器.islamic_prayer_times docs) (new-platform)
- Add native ESPHome Home Assistant 状态 feature (@OttoWinter - #19429) (esphome docs)
- Fixed the range filter unknown argument precision (@timkoers - #19428) (传感器.filter docs)
- Disable creating port mappings from UI, add discovery from component (@StevenLooman - #18565) (upnp docs) (媒体播放器.dlna_dmr docs)
- Add Lutron Homeworks component (@dubnom - #18311) (homeworks docs) (binary_sensor.homeworks docs) (灯光.homeworks docs) (new-platform)
- Allow scrape 传感器 to retry setting up platform if initial 设置 fails (@uchagani - #19498) (传感器.scrape docs)
- Clean up RFLink tests and add two tests (@javicalle - #19511)
- Add ZHA battery 传感器 (@dmulcahey - #19363) (zha docs) (传感器.zha docs)
- 恢复 状态 for zha binary_sensors on 重启. (@Adminiuga - #19314) (binary_sensor.zha docs)
- Add deprecation 警告 (@ludeeus - #19515) (传感器.ruter docs)
- 更新 yale smart 报警 client to v0.1.6 (@domwillcode - #19495) (alarm_control_panel.yale_smart_alarm docs)
- Add sunrise and sunset to Darksky 天气 传感器 (@fabaff - #19492) (传感器.darksky docs)
- 更新 ZHA 实体 状态 on Zigbee zdo 设备 announce (@dmulcahey - #19208) (zha docs)
- Fix fail2ban by removal of internal timer logic (@grea09 - #19456) (传感器.fail2ban docs)
- Fix Mill connection problem (@Danielhiversen - #19519) (温控.mill docs)
- Add long click at new Aqara Wireless 遥控器 开关 (@ppanagiotis - #19518) (binary_sensor.xiaomi_aqara docs)
- Add additional Z-Wave Bulbs to ZW098 Workaround (@loe - #19480) (灯光.zwave docs)
- Implement path in the config to fix issues for some 用户 (@wcomartin - #19491) (传感器.tautulli docs)
- Add ZHA occupancy 传感器 (@dmulcahey - #19365) (zha docs) (binary_sensor.zha docs)
- Make ZHA 实体 non-polled by default (@Adminiuga - #19536)
- Pywemo 版本 bump (@sqldiablo - #19538)
- Support ZHA 灯光 turn_off transition (@Adminiuga - #19531) (灯光.zha docs)
- increase robustness, when something upstream fails (@dgomes - #19493) (天气.ipma docs)
- Change ISY binary_sensor subnode to hex (@Steve9F - #19471) (binary_sensor.isy994 docs)
- Updated to support per 设备 find iphone sound. (@kdvlr - #19535) (device_tracker docs)
- Fix issues in ZHA 灯光 (@dmulcahey - #19368) (灯光.zha docs)
- Add hub- and 设备-info for tellduslive (@fredrike - #19180) (tellduslive docs) (传感器.tellduslive docs)
- 配置 ZHA 实体 on new ZHA 设备 join (@Adminiuga - #19470) (zha docs) (binary_sensor.zha docs) (风扇.zha docs) (灯光.zha docs) (传感器.zha docs) (开关.zha docs)
- Fix support for base topic for empty values in MQTT discovery msg (@emontnemery - #19501) (MQTT docs)
- Improve handling of MQTT 灯光 discovery (@emontnemery - #19436) (MQTT docs)
- 更新 homekit controller to homekit==0.12.0 (@Jc2k - #19549) (homekit_controller docs) (温控.homekit_controller docs) (灯光.homekit_controller docs) (开关.homekit_controller docs)
- Remove global from ZHA application controller (@dmulcahey - #19557) (zha docs)
- Improve Lutron RadioRA2 support, adding 开关 and 场景 (@cdheiser - #18330) (lutron docs) (场景.lutron docs) (开关.lutron docs) (new-platform)
- Clean up homematicip cloud (@sander76 - #19481) (homematicip_cloud docs)
- Add HomematicIP SMI55 设备 (@mxworm - #19400) (binary_sensor.homematicip_cloud docs) (传感器.homematicip_cloud docs)
- Added support for triggered 状态 on NX584 报警. (@mreiling - #19524) (alarm_control_panel.nx584 docs)
- Add homematicip cloud full flush measuring 开关 (@sander76 - #19247) (开关.homematicip_cloud docs)
- Add device_id 配置 option to 蓝牙 tracker (@imotov - #18539) (device_tracker docs)
- Whitelisting of lines on entur 传感器 (@hfurubotten - #19539) (传感器.entur_public_transport docs)
- 更新 pylaunches dependency to 0.2.0 (@DoloresHA - #19570) (传感器.launch_library docs) (breaking change)
- Pencom (@dubnom - #19369) (开关.pencom docs) (new-platform)
- Tibber, improve server reconnection (@Danielhiversen - #19574) (tibber docs)
- Link to dicttoxml excessive INFO logging issue (@scop - #19575) (huawei_lte docs)
- Add a new click_type "long_both" to improve the support of the new Xiaomi Wireless Wall 开关 (遥控器.b286acn01) (@syssi - #19573) (binary_sensor.xiaomi_aqara docs)
- Clean up remaining rflink tests (@javicalle - #19551)
- Add a new click_type double_both to improve the support of the new Xiaomi aqara 遥控器.b286acn01 dual 开关. (@tedsluis - #19578) (binary_sensor.xiaomi_aqara docs)
- 升级 sphinx-autodoc-typehints to 1.6.0 (@fabaff - #19579)
- 升级 TwitterAPI to 2.5.8 (@fabaff - #19581) (通知 docs)
- 升级 pyowm to 2.10.0 (@fabaff - #19582) (传感器.openweathermap docs) (天气.openweathermap docs)
- 升级 keyring to 17.1.0 (@fabaff - #19583)
- 升级 rpi-rf to 0.9.7 (@fabaff - #19394) (开关.rpi_rf docs)
- 升级 Sphinx to 1.8.3 (@fabaff - #19580)
- Fix mpd shuffle/random status (@apetrycki - #19308) (媒体播放器.mpd docs)
- Add verify_ssl option to Splunk component (@FieldofClay - #19112) (splunk docs)
- 更新 pymitv dependency (@simse - #19601) (媒体播放器.xiaomi_tv docs)
- Updated set of available voices for Yandex TTS (@gipnokote - #19603) (tts docs)
- 版本 Bump for aioftp (@ioangogo - #19510) (摄像头.yi docs)
- Don't truncate brightness and white_value of MQTT 灯光 (@emontnemery - #19502) (灯光.MQTT docs)
- Improve how neato displays alerts and add alerts for persistent maps (@dshokouhi - #19593) (neato docs) (吸尘器.neato docs)
- Add AfterShip 传感器 for packages (@maxandersen - #18034) (传感器.aftership docs) (new-platform)
- 升级 aiohttp to 3.5.1 (@fabaff - #19584)
- Add Freebox component with 传感器 and 设备 tracker (@SNoof85 - #18472) (device_tracker docs) (freebox docs) (传感器.freebox docs) (breaking change) (new-platform)
- 升级 huawei-lte-api to 1.1.1 (@scop - #19615) (huawei_lte docs)
- Systemmonitor - add device_class property (@ReneNulschDE - #19614) (传感器.systemmonitor docs)
- LCN component and 灯光 platform (@alengwenus - #18621) (lcn docs) (灯光.lcn docs) (new-platform)
- Add additional neato alerts and 错误 (@dshokouhi - #19608) (neato docs)
- Bump pyotgw to 0.4b0 (@mvn23 - #19618) (opentherm_gw docs)
- Fix cpu_temp issue on Odroid (@gipnokote - #19620) (传感器.glances docs)
- Upgraded pyarlo to 0.2.3 (@tchellomello - #19626) (arlo docs)
- 升级 to async_upnp_client==0.13.8 (@StevenLooman - #19634) (upnp docs) (媒体播放器.dlna_dmr docs)
- Revert "Bump pyotgw to 0.4b0 (#19618)" (@mvn23 - #19635) (opentherm_gw docs)
- Added events STARTED, RESTARTED AND PAUSED (@mjrider - #19516) (timer docs)
- Fix cpu_temp issue on Vero 4K (@mretegan - #19638) (传感器.glances docs)
- Use xml.etree through defusedxml (@scop - #19640) (ihc docs) (namecheapdns docs) (传感器.ohmconnect docs)
- Support knx operation types (@marvin-w - #19546) (knx docs) (温控.knx docs) (breaking change)
- Improve Wemo 设置 speed (@sqldiablo - #19563) (wemo docs) (binary_sensor.wemo docs) (开关.wemo docs) (breaking change)
- Use async_configure for ZHA IAS 二元sensor (@Adminiuga - #19629) (binary_sensor.zha docs)
- Only bind clusters in ZHA 遥控器 实体 (@dmulcahey - #19577) (zha docs) (binary_sensor.zha docs)
- Add RaspyRFM 开关 platform (@markusressel - #19130) (开关.raspyrfm docs) (new-platform)
- Use aioharmony for 遥控器.harmony platform (@ehendrix23 - #19595) (遥控器.harmony docs)
- Bump pyHik library to 0.1.9 to improve 设备 support. (@mezz64 - #19656) (binary_sensor.hikvision docs)
- Fix ADS 灯光 when parameter adsvar_brightness is not set (@carstenschroeder - #19636) (灯光.ads docs)
- pytraccar 版本 bump (@ludeeus - #19659) (device_tracker docs)
- Added regexp validation allowing Twilio 通知 to use Sender ID instead of phone number (@psvanstrom - #19644) (通知 docs)
- Fix exception checking for next dublin bus (@ttroy50 - #19663) (传感器.dublin_bus_transport docs)
- Fix 错误 in got_connected for 遥控器.harmony (@ehendrix23 - #19662) (遥控器.harmony docs)
- Fix homekit_controller pairing regression (@Jc2k - #19654) (homekit_controller docs)
- Add IDTECK proximity 卡片 component (@dubnom - #18309) (idteck_prox docs) (new-platform)
- Fix london_underground issue (@robmarkcole - #19642) (传感器.london_underground docs)
- Luftdaten traceback (@fabaff - #19666) (传感器.luftdaten docs)
- Suppress traceback if network is not available (@fabaff - #19651)
- Improve rflink coverage (@javicalle - #19596)
- Add support for color_temp_command_template in MQTT 灯光 component (@dchesterton - #19675) (灯光.MQTT docs)
- Add ness 报警 control 面板 using nessclient (@nickw444 - #18463) (ness_alarm docs) (alarm_control_panel.ness_alarm docs) (binary_sensor.ness_alarm docs) (new-platform)
- 更新 pyhomematic 0.1.54 + small fixes (@danielperna84 - #19667) (homematic docs) (传感器.homematic docs)
- Envisalink pgm (@Cinntax - #19499) (envisalink docs)
- Bump pyotgw to 0.4b1 (@mvn23 - #19715) (opentherm_gw docs)
- Bumping aioasuswrt 版本 to 1.1.17 (@kennedyshead - #19714) (asuswrt docs)
- Adds ability to calibrate temperature for BME680 (@ctborg - #19684) (传感器.bme680 docs)
- Do not choke on no awair data (@ahayworth - #19708) (传感器.awair docs)
- Fix WeMo incorrect mapping of 设备 type during discovery (@sqldiablo - #19691) (wemo docs)
- Drop bme680 os_lookup for temp_offset (@ctborg - #19733) (传感器.bme680 docs)
- Add exception handling to ADS shutdown (@carstenschroeder - #19682) (ads docs)
- Filter urllib3.connectionpool 警告 in 摄像头.axis and 摄像头.zoneminder (@rohankapoorcom - #19641) (摄像头.axis docs) (摄像头.mjpeg docs) (摄像头.zoneminder docs)
- Proactive Alexa ChangeReport messages (@abmantis - #18114) (alexa docs)
- Move envisalink component to package and add 服务.yaml (@Cinntax - #19731) (envisalink docs)
- Add mychevy optional country parameter (@sdague - #19727) (mychevy docs)
- 升级 tibber library (@Danielhiversen - #19768) (tibber docs)
- Round illumination and lux value to one (@bieniu - #19747) (传感器.xiaomi_aqara docs)
- Add ESPHome native API discovery (@OttoWinter - #19399) (esphome docs) (beta fix)
- Rename air pollutants to air quality (@eliseomartelli - #19448) (air_quality docs) (beta fix)
- Use manufacturer id only for configure_reporting only when specified. (@Adminiuga - #19729) (zha docs) (beta fix)
- Simplify data_key for a stable unique_id because the order of the dict will not be preserved (Closes: #13522) (@syssi - #19766) (遮盖.xiaomi_aqara docs) (beta fix)
- Don't slugify unique id (@syssi - #19770) (xiaomi_aqara docs) (beta fix)
- Fix some ESPHome race 条件 (@OttoWinter - #19772) (esphome docs) (beta fix)
- 更新 HAP-python to 2.4.2 (@cdce8p - #19776) (homekit docs) (beta fix)
- Fix a bug in Lutron RadioRA2 场景 support (@cdheiser - #19819) (lutron docs) (beta fix)
- fixes #19814, Daikin config setting (@fredrike - #19823) (daikin docs) (beta fix)
- Bump aioesphomeapi (@OttoWinter - #19838) (beta fix)
- Resolves #17196, Resolves #18739 - Hue Beyond 灯光 fixture 错误 (@alistairg - #19874) (灯光.hue docs) (beta fix)
- Fix 错误 when trying to 日志 used UPnP 设备, if multiple found (@StevenLooman - #19875) (upnp docs) (beta fix)
- 更新 OZW to 0.1.2 (@pvizeli - #19878) (zwave docs) (beta fix)
- assign 用户 to websocket connection when using legacy_api_password (@FlorianLudwig - #19797) (websocket_api docs) (beta fix)


