title: '0.92:HEOS、Somfy MyLink、Genius Hub' description: '<a href=''/home-assistant/integrations/版本/0.92''<img src=''/home-assistant/images/blog/2019-04-release-92/components.png'' style=''border: 0;box-shadow:。' 用 Somfy 控制你的遮盖。

0.92:HEOS、Somfy MyLink、Genius Hub

0.92 发布来了。我们这次多花了一周时间,因为最近一直在忙着调整底层的加载方式。新的集成标准将帮助我们在未来简化开发、发布说明、文档和更新流程。如果你想了解我们在做什么,或者你维护着自定义组件,可以看看我们的开发者博客:Introducing integrations

Lovelace 实时摄像头流!

这个版本继续完善我们在 Home Assistant 0.90 中推出的全新摄像头流媒体功能。现在,Lovelace 已支持在卡片中直接显示摄像头画面。picture glance、picture entity 和 picture elements 卡片都已支持,只需在配置中加入 camera_view: live。不过要注意,在移动设备上显示实时视频流可能会消耗大量流量。我们也在探索只在桌面端显示视频流的模式。

HEOS 集成

HEOS 集成为 Home Assistant 带来了对 HEOS 设备的支持,比如音箱、功放,以及 Denon 和 Marantz 的接收器。功能包括控制播放器、查看正在播放的媒体信息、从物理输入源和 HEOS 收藏中选择来源等等。我们已经与 HEOS API 的首席架构师建立了联系,也期待通过这项合作带来更多功能。感谢 @easink 的最初贡献。

最后,如果你仍然会收到“配置中包含额外键”的消息,这是最后一个仅将其视为警告的版本。从下一个版本开始,这将被视为该集成的无效配置。

新集成

新平台

发布 0.92.1 - April 26

发布 0.92.2 - May 2

If you need help...

欢迎使用我们非常活跃的论坛,或者加入我们的聊天频道。虽然发布说明开放评论,但我们更希望你使用前面这些沟通渠道。谢谢。

反馈问题

如果你遇到了这个版本引入的问题,请在我们的 issue tracker 中报告。请务必填写 issue 模板中的所有字段。

向后不兼容的变更

  • Google Assistant - You will now have to say a pin code before being able to control 门锁, doors and garage doors. You can set this pin in 配置 -> cloud or, for manual installs, add secure_devices_pin to your config. (@balloob - #23223) (cloud docs) (google_assistant docs) (breaking change) (beta fix)

  • Google Assistant - Migrate 灯光 setting trait to use HSV color spectrum. If you have 灯光 with colors, please run a Google Assistant SYNC after you 更新 to this 版本. It will result in improved color representation. (@balloob - #22980) (google_assistant docs)

  • Lightwave - Lightwave 配置 was not properly validated before but it is now. This can cause invalid 配置 to finally be flagged as such. (@amelchio - #22576) (lightwave docs)

  • Amcrest - Remove Build Date, 版本 and Serial Number 属性 from 传感器. These values do not change during the life of the 设备 and are not appropriate for 状态 属性. (@pnbruckner - #22418) (amcrest docs)

  • Insteon - Placeholders that forwarded 用户 from insteon_plm and insteon_local to insteon component have been removed. (@balloob - #22710)

  • Logi Circle - This is a breaking change to the Logi Circle 集成 which migrates from Logitech's private API to their public API.

    • 认证 with Logi Circle's API is now performed using an authorization code grant, and is managed by the 集成 page. It's no longer possible to authenticate with a username and 密码 directly. Please remove any existing 配置 for the logi_circle 集成 and follow the directions here to 配置 the logi_circle 集成 with at least a client_id, client_secret, api_key and redirect_uri.
    • Logi Circle 摄像头 and 传感器 实体 are now auto-discovered once the 集成 is authenticated. 用户 should remove the logi_circle 集成 from 摄像头 and 传感器 platforms as this is no longer supported.
    • Logi Circle 服务 have been moved from the 摄像头 domain to the logi_circle domain

    Please check the 文档 for further details. (@evanjd - #20624) (logi_circle docs)

  • Introduction - The introduction 集成 has been removed. It used to be part of the initially 创建 配置 but no longer served a purpose. (@balloob - #22944) (introduction docs)

  • media_player - The media_player component will now guard against calling 服务 that are not supported by the 实体. This means that if you attempt to invoke media_player.turn_on, but the 实体 does not indicate it can be turned on through supported_features, the 服务 will not be called and will not 日志 any message. This is a breaking change as in the past it would have called the turn_on implementation. There may be platforms that do not properly set supported_features which may result in 服务 calls not being invoked where they would have previously.(@andrewsayre - #22878) (媒体播放器 docs)

  • Load requirements and dependencies from manifests - 开发者 - 设置 实体 platform will set up its component now despite DEPENDENCIES. (@rohankapoorcom - #22717)

  • Satel Integra - The component now supports multiple partitions and this required a 配置 change. Instead of a single parameters partition and single_home_mode there are now section partitions. Please see the 文档 for further details. (@c-soft - #21992) (satel_integra docs) (new-platform)

  • MQTT - MQTT discovery will not longer implicitly set state_topic except for mqtt.alarm_control_panel, mqtt.binary_sensor and mqtt.sensor. (@emontnemery - #22998) (MQTT docs)

  • Android TV - This will change the unique_id used to identify Android TV 设备. As a result, 用户 may find that the 实体 ID's of their androidtv media players have changed. This can be resolved by going to 配置 > 实体 Registry and deleting those entries, then restarting HA. (Note: Fire TV 设备 are not affected.)(@JeffLIrion - #22996) (androidtv docs)

  • Google TTS - The google tts platform has changed to google_translate. Default configs will be migrated to the new platform during 0.92 startup. A manual 更新 will be required if the 用户 has changed default tts or is loading the tts 配置 from another location. (@awarecan - #23090) (google docs) (google_translate docs) (tts docs) (new-集成)

  • Fibaro - There was a potential unique ID collision which caused problems for some 用户, as 场景 and 设备 were enumerated separately, so the same ID could be assigned if they were unnamed. The unique ID generation has been changed to avoid this, which is a breaking change with regard to 场景. (@pbalogh77 - #22987) (fibaro docs)

Beta 修复

所有变更