mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Start HomeKit on network_ready or network_complete (#5501)
Some setups will emit `zwave.network_complete` instead of `zwave.network_ready` -- the example displayed in the docs should work for either. See: https://github.com/home-assistant/home-assistant/issues/14270
This commit is contained in:
parent
087dc716f0
commit
774a166fed
@ -152,6 +152,8 @@ automation:
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: event
|
- platform: event
|
||||||
event_type: zwave.network_ready
|
event_type: zwave.network_ready
|
||||||
|
- platform: event
|
||||||
|
event_type: zwave.network_complete
|
||||||
action:
|
action:
|
||||||
- service: homekit.start
|
- service: homekit.start
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user