mirror of
https://github.com/esphome/esphome.git
synced 2025-01-03 03:11:44 +01:00
This commit is contained in:
parent
e9851e7eb2
commit
1b91e0027b
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ CONFIG_SCHEMA = cv.All(
|
|||
),
|
||||
cv.Optional(CONF_ON_OFFLINE): automation.validate_automation(
|
||||
{
|
||||
cv.GenerateID(CONF_TRIGGER_ID): cv.declare_id(ModbusOnlineTrigger),
|
||||
cv.GenerateID(CONF_TRIGGER_ID): cv.declare_id(ModbusOfflineTrigger),
|
||||
}
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue