0.7.6: Amazon FireTV, Radiotherm thermostats
经过两周的努力,我很高兴宣布 Home Assistant v0.7.6 正式发布。本次发布主要聚焦于 bug、测试覆盖率和文档,而且这三方面都超出预期。我们修复了大量问题,测试覆盖率提升到 85%,同时也感谢 @fabaff 和我一起完成了网站组件版块的全面改版。
Changes



- 设备 tracker: Newer TP-Link routers now supported (@mKeRix)
- 报警 Control 面板: Manual 报警 added (@sfam)
- Thermostat: Radiotherm now supported (@toddeye)
- Media Player: Amazon FireTV now supported (@happyleavesaoc)
- 设备 Tracker: Geofancy now supported (@wind-rider)
- New component Shell Command can expose shell commands as 服务 (@balloob)
- 脚本 can now be customized using
customizekey inconfiguration.yaml(@balloob) - 灯光: Hyperion now supported (@MakeMeASandwich)
- 传感器: aRest can now also read out pins (@balloob)
- 传感器: Forecast.io now supports specifying units in
configuration.yaml(@balloob) - Thermostat: Heat Control has been completely rewritten (@balloob)
- 开关: Rest now supported (@bachp)
- Media Player: Plex can now be auto discovered and 配置 itself (@tomduijf)
- Downloader will now treat relative paths based on config dir (@tomduijf)
- Line Charts will use interpolation for 传感器 data and show current and target temperature for thermostats (@balloob)
- 设备 Tracker: OpenWRT via ubus now supported (@krzynio)
Backward-incompatible changes
As part of this 发布 we did some cleanup which introduced backwards incompatible changes:
Heat Control thermostat no longer includes scheduling features. This feature has been removed completely. Use the automation component instead to control target temperature.
Config changed for calling a 服务 from a 脚本.
execute_service: has been replaced with service:. See component page for example. The old method will continue working for some time.
场景 can no longer be turned off. It is no longer possible to turn a 场景 off after it has been activated. The way it worked was unpredictable and causes a lot of confusion.
Downloader treats relative paths now relative to the config dir instead of the current working dir. This makes more sense as most people run Home Assistant as a daemon

