homeassistant: Split out Zigbee/Zwave playbooks
To make it simpler to apply policy specifically for Zibgee2MQTT or ZWaveJS2MQTT, I've split them into their own playbooks.
This commit is contained in:
@@ -10,10 +10,6 @@
|
||||
tags: homeassistant
|
||||
- role: mosquitto
|
||||
tags: mosquitto
|
||||
- role: zwavejs2mqtt
|
||||
tags: zwavejs2mqtt
|
||||
- role: zigbee2mqtt
|
||||
tags: zigbee2mqtt
|
||||
tasks:
|
||||
- name: ensure homeassistant is running
|
||||
service:
|
||||
@@ -23,3 +19,6 @@
|
||||
service:
|
||||
name: httpd
|
||||
state: started
|
||||
|
||||
- import_playbook: zwavejs2mqtt.yml
|
||||
- import_playbook: zigbee2mqtt.yml
|
||||
|
||||
Reference in New Issue
Block a user