0.71:Lagute LW-12、Iperf3、Hydrawise、Ryobi 车库门
0.71 版本来了。我在这个版本里最喜欢的功能,是 Nest 集成从云端轮询改成了云端推送。虽然还是通过云端,但变化一发生就会立刻同步到 Home Assistant。感谢 @awarecan!
在上个版本大改之后,我们继续对前端做了优化。此前 Hass.io 面板在 Firefox 和 Safari 上有一些问题,现在已经修复,希望各浏览器都能正常工作了。
在前端方面,自定义面板获得了一些新能力,包括支持使用 React 构建面板。所以如果你是开发者,可以看看这篇介绍。另外也感谢 @c727,现在有更多字符串可以被翻译。关于如何参与前端翻译,可查看这里。
HomeKit 支持也在持续扩展。感谢 @schmittx,本次发布加入了对媒体播放器、自动化和插座的支持。
如果你错过了这条消息:@OttoWinter 创建了 esphomeyaml,你可以使用受 Home Assistant 启发的 configuration.yaml 来编程并部署家中的 ESP 芯片。快来看看。
祝大家周末愉快!
新平台
- 新增 Lagute LW-12 WiFi LED 控制支持 (@jaypikay - #13307) (灯光.lw12wifi docs) (new-platform)
- 新增小米 Aqara 门锁支持 (@SchumyHao - #14419) (xiaomi_aqara docs) (门锁.xiaomi_aqara docs) (new-platform)
- 新增 Iperf3 客户端传感器 (@tchellomello - #14213) (传感器.iperf3 docs) (new-platform)
- 新增 HomematicIP Cloud 温控平台 (@mxworm - #14388) (homematicip_cloud docs) (温控.homematicip_cloud docs) (new-platform)
- 新增 Hydrawise 组件 (@ptcryan - #14055) (hydrawise docs) (binary_sensor.hydrawise docs) (传感器.hydrawise docs) (开关.hydrawise docs) (new-platform)
- 新增 Ryobi 车库门开启器支持 (@guillaume1410 - #14618) (遮盖.ryobi_gdo docs) (new-platform)
- 为 RainMachine 新增传感器和服务 (@bachya - #14326) (rainmachine docs) (binary_sensor.rainmachine docs) (传感器.rainmachine docs) (开关.rainmachine docs) (new-platform)
- 新增 Flock 通知平台 (@fabaff - #14533) (通知 docs) (new-platform)
新功能
- HomeKit 新增媒体播放器支持 (@schmittx - #14446) (homekit docs) (new-feature)
- HomeKit 新增自动化支持 (@schmittx - #14595) (homekit docs) (new-feature)
- 扩展 package 支持 (@cdce8p - #14611) (new-feature)
- Nest 改为云端推送模式 (@awarecan - #14656) (nest docs) (binary_sensor.nest docs) (温控.nest docs) (传感器.nest docs) (new-feature)
- HomeKit 新增插座支持 (@schmittx - #14628) (homekit docs) (new-feature)
如果你需要帮助...
...欢迎随时访问我们非常活跃的 论坛,或加入我们的 聊天频道。虽然发布说明开放评论,但我们更推荐你使用前面的沟通渠道。谢谢。
报告问题
如果你遇到了此版本引入的问题,请在我们的 问题追踪器 中提交报告。请务必填写问题模板中的所有字段。
不向后兼容的变更
- BOM 传感器:将
'Wind Direction kt'更正为'Wind Speed kt'(修复 #14535) (@fabaff - #14541) (breaking change) - 从 Raincloudy 传感器中移除
current_time属性,以避免触发 recorder 组件 (@tchellomello - #14584) (raincloud docs) (开关.raincloud docs) (breaking change) - 移除 Notify My Android 组件,因为该服务已于 5 月 24 日关闭 (@cgarwood - #14594) (通知 docs) (breaking change)
- CoinMarketCap 传感器:现在不能再通过货币名称(如 bitcoin)查询 ticker,API 改为使用对应的 ID(整数),例如 bitcoin -> 1。小数位数现在也可以配置,因为当显示货币设为 BTC 时固定四舍五入到两位小数并不合理,部分值会显示为 0.00。(#14437) (@kotlarz - #14604) (传感器.coinmarketcap docs) (breaking change)
- Give unknown zwave nodes a better name and don't add them to 实体 registry (@andrey-git - #14353) (zwave docs) (breaking change)
netdata传感器已重构,以支持 Netdata 提供的全部可用细节。如果你正在使用netdata传感器,则需要调整现有配置。 (@fabaff - #14613) (传感器.netdata docs) (breaking change)- 不再允许没有
entity_id的自动化.触发器。一次触发所有自动化通常是用户误操作;如果你确实需要这样做,可以使用entity_id: group.all_automations。(@amelchio - #14724) (自动化 docs) (breaking change)
Beta 修复
- Use hass iconset (@balloob - #14185) (config docs) (前端 docs) (hassio docs) (history docs) (logbook docs) (beta fix)
- 区域 - Hass 配置 name is optional (@Kane610 - #14449) (区域 docs) (beta fix)
所有变更
- 升级 aiohttp to 3.2.1 (@fabaff - #14517)
- 升级 youtube_dl to 2018.05.18 (@fabaff - #14519) (media_extractor docs)
- 升级 keyring to 12.2.1 (@fabaff - #14521)
- 升级 restrictedpython to 4.0b4 (@fabaff - #14537) (python_script docs)
- Bump pyvera 版本 (improve stability of poll loop). (@pavoni - #14540) (vera docs)
- Fix 传感器 name (fixes #14535) (@fabaff - #14541) (breaking change)
- Add support to ignore a xiaomi aqara gateway (@ileler - #14428) (xiaomi_aqara docs)
- Pushed to 版本 0.7.2 of denonavr (@scarface-4711 - #14551) (媒体播放器.denonavr docs)
- Add auto discovery for nanoleaf aurora 灯光 (@Oro - #14301) (灯光.nanoleaf_aurora docs)
- zha: Don't poll 开关 设备 (@dmulcahey - #14560) (binary_sensor.zha docs)
- zha: Add metering 传感器 (@dmulcahey - #14562) (zha docs) (传感器.zha docs)
- zha: Set default binary_sensor 状态 to false (@damarco - #14553) (binary_sensor.zha docs)
- Add IlluminanceMeasurementSensor to ZHA (@dmulcahey - #14563) (zha docs) (传感器.zha docs)
- zha: Bump to zigpy-xbee 0.1.1 (@rcloran - #14566) (zha docs)
- 更新 pyhomematic to 0.1.43 (@danielperna84 - #14583) (homematic docs)
- Removed 属性 current_time from Raincloudy 传感器 to avoid being triggered by recorder component (@tchellomello - #14584) (raincloud docs) (开关.raincloud docs) (breaking change)
- Lagute LW-12 WiFi LED control (@jaypikay - #13307) (灯光.lw12wifi docs) (new-platform)
- Add new transmission 传感器 types (@fabaff - #14530) (传感器.transmission docs)
- Add Xiaomi Aqara 门锁 support (@SchumyHao - #14419) (xiaomi_aqara docs) (门锁.xiaomi_aqara docs) (new-platform)
- 升级 TwitterAPI to 2.5.3 (@fabaff - #14596) (通知 docs)
- Remove nma component (@cgarwood - #14594) (通知 docs) (breaking change)
- Add Nest away 二元sensor and eta 传感器 (@awarecan - #14406)
- Adds a 设备 class of 'garage' to MyQ 遮盖 (@bachya - #14602) (遮盖.myq docs)
- Add Iperf3 client 传感器 (@tchellomello - #14213) (传感器.iperf3 docs) (new-platform)
- 升级 linode-api to 4.1.9b1 (#13863) (@robertbeal - #14610) (linode docs)
- 更新 pyrainbird (@Klathmon - #14617) (rainbird docs)
- Add support 容器 status for Glances on RPi3 (@bastshoes - #14529) (传感器.glances docs)
- Adding illumination 传感器 (@nklever - #14615) (传感器.onewire docs)
- Add HomeKit support for media players (@schmittx - #14446) (homekit docs) (new-feature)
- Add HomeKit support for 自动化 (@schmittx - #14595) (homekit docs) (new-feature)
- Add configurable decimal rounding of display value for CoinMarketCap 传感器 and 升级 to 5.0.3 (#14437) (@kotlarz - #14604) (传感器.coinmarketcap docs) (breaking change)
- Extend package support (@cdce8p - #14611) (new-feature)
- Added option to connect via SSL for OpenWRT(luci) 设备 tracker (@lorenzschmid - #14627) (device_tracker docs)
- Added UDP and parallel streams support to Iperf3 (@tchellomello - #14629) (传感器.iperf3 docs)
- Add 服务 for adding and removing items to shopping list (@mammuth - #14574) (shopping_list docs)
- Add homematicip cloud 温控 platform (@mxworm - #14388) (homematicip_cloud docs) (温控.homematicip_cloud docs) (new-platform)
- 升级 speedtest-cli to 2.0.2 (@fabaff - #14633) (传感器.speedtest docs)
- Add Hydrawise component (@ptcryan - #14055) (hydrawise docs) (binary_sensor.hydrawise docs) (传感器.hydrawise docs) (开关.hydrawise docs) (new-platform)
- Adding ryobi garage door opener (@guillaume1410 - #14618) (遮盖.ryobi_gdo docs) (new-platform)
- Add electrical measurement 传感器 to ZHA (@dmulcahey - #14561) (zha docs) (传感器.zha docs)
- 升级 luftdaten to 0.2.0 (@fabaff - #14620) (传感器.luftdaten docs)
- 升级 python-nest to 4.0.0 (@awarecan - #14638) (nest docs)
- 升级 gitterpy to 0.1.7 (@fabaff - #14643) (传感器.gitter docs)
- 升级 TwitterAPI to 2.5.4 (@fabaff - #14639) (通知 docs)
- Use constants (@fabaff - #14647) (api docs)
- 升级 locationsharinglib to 2.0.7 (@fabaff - #14640) (device_tracker docs)
- 升级 youtube_dl to 2018.05.26 (@fabaff - #14654) (media_extractor docs)
- 升级 python_opendata_transport to 0.1.0 (@fabaff - #14652) (传感器.swiss_public_transport docs)
- Remove Docker prereqs 脚本 that only 安装 a package. Add informational message for this. (@michaelarnauts - #14661)
- Reduce 日志 churn from Envisalink 二元sensor (@koreth - #14659) (binary_sensor.envisalink docs)
- Force 更新 ZHA electrical 传感器 (@dmulcahey - #14649) (传感器.zha docs)
- Improve Homekit 媒体播放器 options (@cdce8p - #14637) (homekit docs)
- zha/灯光: Properly parse currentX and currentY on async_update() (@Adminiuga - #14605) (灯光.zha docs)
- Add tv channel and volume level for philips js API 5 (@treehoof - #14276) (媒体播放器.philips_js docs)
- Give unknown zwave nodes a better name (@andrey-git - #14353) (zwave docs) (breaking change)
- Add pin pad to 报警 面板 (@raccettura - #14178) (alarm_control_panel.manual docs)
- 更新 mfi.py (@Bakkoda - #14667) (传感器.mfi docs)
- Increase Eufy's requirement on lakeside (@mjg59 - #14671) (eufy docs)
- Allow hassio 前端 development (@balloob - #14675) (hassio docs)
- zha: fix temperature rounding for ZHA temperature 传感器. (@Adminiuga - #14669) (传感器.zha docs)
- Allow 用户-defined 传感器 (@fabaff - #14613) (传感器.netdata docs) (breaking change)
- deCONZ - Option to load or not to load clip 传感器 on start (@Kane610 - #14480) (binary_sensor.deconz docs) (传感器.deconz docs)
- Add asyncio support for Ebox (@titilambert - #14183)
- Add 传感器 and 服务 to RainMachine (@bachya - #14326) (rainmachine docs) (binary_sensor.rainmachine docs) (传感器.rainmachine docs) (开关.rainmachine docs) (new-platform)
- 更新 HAP-python to 2.2.2 (@cdce8p - #14674) (homekit docs)
- Fix deprecated code (@balloob - #14681) (cloud docs)
- Homekit Bugfixes (@cdce8p - #14689) (homekit docs)
- Netatmo 传感器: Implement device_class (@heinemml - #14634) (传感器.netatmo docs)
- Change ACP code_format to None|"Number"|"Any" (@c727 - #14686)
- Fixes (and stabilizes) some incorrect 区域 codes in RainMachine (@bachya - #14719) (开关.rainmachine docs)
- Add Flock 通知 platform (@fabaff - #14533) (通知 docs) (new-platform)
- Revert "Remove simplepush.io (@balloob - #14358) (通知 docs) (breaking change)
- Add device_descriptor and device_name to keyboard event (@glenn20 - #14642) (keyboard_remote docs)
- 升级 shodan to 1.8.0 (@fabaff - #14717) (传感器.shodan docs)
- Homekit Thermostat: Better support for temperature ranges (@roiff - #14679) (homekit docs)
- Custom 面板 (@balloob - #14708) (panel_custom docs)
- Disallow 自动化.触发器 without entity_id (@amelchio - #14724) (自动化 docs) (breaking change)
- Change nest to cloud push (@awarecan - #14656) (nest docs) (binary_sensor.nest docs) (温控.nest docs) (传感器.nest docs) (new-feature)
- Add support for outlets in HomeKit (@schmittx - #14628) (homekit docs) (new-feature)
- Add battery 属性 to Sensibo (@michaeldavie - #14735) (温控.sensibo docs)
- 更新 syntax (@fabaff - #14742) (counter docs)
- 升级 blockchain to 1.4.4 (@fabaff - #14738) (传感器.bitcoin docs)
- Added option to block Osram Lightify individual 灯光 in the same way that groups can be (@austinlg96 - #14470) (灯光.osramlightify docs)
- 升级 directpy to 0.5 (@Bahnburner - #14750) (媒体播放器.directv docs)
- 更新 syntax of platform random (@fabaff - #14767) (binary_sensor.random docs) (传感器.random docs)
- 更新 postnl api to 1.0.2 (@iMicknl - #14769)
- Remove swagger file (@fabaff - #14762)
- 更新 syntax (@fabaff - #14771) (传感器.版本 docs)
- 更新 syntax (@fabaff - #14768) (传感器.worldclock docs)
- 更新 syntax (@fabaff - #14770) (传感器.uptime docs)
- 升级 Sphinx to 1.7.5 (@fabaff - #14764)
- 升级 youtube_dl to 2018.06.02 (@fabaff - #14763) (media_extractor docs)
- 升级 sqlalchemy to 1.2.8 (@fabaff - #14765)
- 升级 shodan to 1.8.1 (@fabaff - #14760) (传感器.shodan docs)
- 更新 syntax (@fabaff - #14772) (传感器.simulated docs)
- Assign 设备 class to nest 传感器 (@awarecan - #14746) (nest docs) (binary_sensor.nest docs) (传感器.nest docs)
- Ignore the mistaken long_click event of the 86sw (Closes: #14694) (@syssi - #14785) (binary_sensor.xiaomi_aqara docs)
- 更新 total-connect-client to 0.18 for Honeywell Lynx Touch-WiFi support (@jwood55812 - #14778) (alarm_control_panel.totalconnect docs)
- Add Kodi OnResume event (@quthla - #14790) (媒体播放器.kodi docs)
- Fix media_title empty when title is empty but label is set (@quthla - #14791) (媒体播放器.kodi docs)
- Add homematicip_cloud illuminance 传感器 (@mxworm - #14720) (传感器.homematicip_cloud docs)
- Use hass iconset (@balloob - #14185) (config docs) (前端 docs) (hassio docs) (history docs) (logbook docs) (beta fix)
- 区域 - Hass 配置 name is optional (@Kane610 - #14449) (区域 docs) (beta fix)


