taligentx / dscKeybusInterface

An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
GNU General Public License v3.0
504 stars 126 forks source link

kghandi HomeAssistant-MQTT #297

Closed kghandi closed 6 months ago

kghandi commented 2 years ago

Update HomeAssistant Examples

Defining manually configured MQTT entities directly under the respective platform keys (e.g., fan, light, sensor, etc.) is deprecated, and support will be removed in Home Assistant Core 2022.9.

Manually configured MQTT entities should now be defined under the mqtt configuration key in configuration.yaml instead of under the platform key.

https://www.home-assistant.io/blog/2022/06/01/release-20226/#breaking-changes

taligentx commented 6 months ago

Hi @kghandi - thanks for this! Merged (finally)