Im pretty new to Node-Red and have completed a few automations and am really loving the flexibility of it. Now im trying to wrap my head around how to create the homekit autiomation here:
https://www.home-assistant.io/integrations/homekit/#disable-auto-start
# Example for Z-Wave
homekit:
auto_start: false
automation:
- alias: 'Start HomeKit'
trigger:
- platform: event
event_type: zwave.network_ready
- platform: event
event_type: zwave.network_complete
- platform: event
event_type: zwave.network_complete_some_dead
action:
- service: homekit.start
Any help or pointers would be greatly appreciated