mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-20 00:32:37 +01:00
dodcs
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# HomeAssistant Integration
|
||||
MQTT based integration with Home Assistant is possible in 2 ways from the Home Assistant configuration page (`Config > Generate Home Assistant cfg`).
|
||||
You can paste the generated [yaml](https://www.home-assistant.io/docs/configuration/yaml/) configuration into Home Assistant configuration manually. You can also improve this YAML, edit it however you like, because for some advanced devices the autogenerated config might be empty
|
||||
|
||||
You can paste the generated [yaml](https://www.home-assistant.io/docs/configuration/yaml/) configuration into Home Assistant configuration manually. You can also improve this YAML, edit it however you like, because for some advanced devices the autogenerated config might be empty
|
||||
|
||||
Or add the devices automatically via discovery (see [YT tutorial](https://www.youtube.com/watch?v=pkcspey25V4). To do click the `Start Home Assistant Discovery` button which sends outs [MQTT discovery](https://www.home-assistant.io/docs/mqtt/discovery/) messages, one for each entity (switch, light).
|
||||
* The discovery topic should match the `discovery_prefix` defined in Home Assistant, the default value is `homeassistant`.
|
||||
* More details about Home Assistant discovery can be found [here](https://www.home-assistant.io/docs/mqtt/discovery/).
|
||||
|
||||
@@ -21,6 +21,6 @@
|
||||
"topic": "HomeAssistant Integration",
|
||||
"mdName": "homeAssistant",
|
||||
"shortDesc": "an easy HA pairing method with [Discovery](https://www.youtube.com/watch?v=pkcspey25V4) or Yaml gen",
|
||||
"content": "MQTT based integration with Home Assistant is possible in 2 ways from the Home Assistant configuration page (`Config > Generate Home Assistant cfg`).\nYou can paste the generated [yaml](https://www.home-assistant.io/docs/configuration/yaml/) configuration into Home Assistant configuration manually. You can also improve this YAML, edit it however you like, because for some advanced devices the autogenerated config might be empty\nOr add the devices automatically via discovery (see [YT tutorial](https://www.youtube.com/watch?v=pkcspey25V4). To do click the `Start Home Assistant Discovery` button which sends outs [MQTT discovery](https://www.home-assistant.io/docs/mqtt/discovery/) messages, one for each entity (switch, light).\n* The discovery topic should match the `discovery_prefix` defined in Home Assistant, the default value is `homeassistant`.\n* More details about Home Assistant discovery can be found [here](https://www.home-assistant.io/docs/mqtt/discovery/).\n Note: Currently, discovery is implemented for lights, relays, and simple sensor entities. "
|
||||
"content": "MQTT based integration with Home Assistant is possible in 2 ways from the Home Assistant configuration page (`Config > Generate Home Assistant cfg`).\n\n You can paste the generated [yaml](https://www.home-assistant.io/docs/configuration/yaml/) configuration into Home Assistant configuration manually. You can also improve this YAML, edit it however you like, because for some advanced devices the autogenerated config might be empty\n\nOr add the devices automatically via discovery (see [YT tutorial](https://www.youtube.com/watch?v=pkcspey25V4). To do click the `Start Home Assistant Discovery` button which sends outs [MQTT discovery](https://www.home-assistant.io/docs/mqtt/discovery/) messages, one for each entity (switch, light).\n* The discovery topic should match the `discovery_prefix` defined in Home Assistant, the default value is `homeassistant`.\n* More details about Home Assistant discovery can be found [here](https://www.home-assistant.io/docs/mqtt/discovery/).\n Note: Currently, discovery is implemented for lights, relays, and simple sensor entities. "
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user