mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
simplifications
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user