simplifications

This commit is contained in:
legop3
2026-04-09 17:47:06 -04:00
parent 49a50a97ed
commit 214eb47d96
2 changed files with 10 additions and 137 deletions
+4 -11
View File
@@ -41,17 +41,10 @@ homeAssistant:
name: "Dock Power"
# type is optional; if omitted it is inferred from the entity id (light/switch)
buttons:
# All Home Assistant button automations live here.
# Option A (state-based entity trigger):
# - entityId: "sensor.human_alert_button_action"
# stateEquals: "single"
# cooldownMs: 15000
# action: "humanAlert"
#
# Option B (HA device-based trigger, for stateless button.* setups):
- deviceId: "REPLACE_WITH_DEVICE_ID"
# Optional: require a specific press/action value if available.
# press: "single"
# Legacy action entities only (for example sensor.<button>_action from Zigbee2MQTT).
- entityId: "sensor.basement_rover_buttons_action"
# Optional; if omitted, any state change triggers.
stateEquals: "on"
cooldownMs: 15000
action: "humanAlert"
roomCameras: