mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Adds MQTT component to Alarm Control panel component (#7188)
This commit is contained in:
@@ -426,3 +426,9 @@ valve:
|
||||
} else {
|
||||
return VALVE_CLOSED;
|
||||
}
|
||||
|
||||
alarm_control_panel:
|
||||
- platform: template
|
||||
name: Alarm Control Panel
|
||||
binary_sensors:
|
||||
- input: some_binary_sensor
|
||||
|
Reference in New Issue
Block a user