0.7.6: Amazon FireTV, Radiotherm thermostats

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

Changes

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