|
| | schema |
| |
| | schema = vol.Schema({vol.Required(CONF_ADDRESS): is_address}) |
| |
Locks a regulator setpoint.
Definition at line 260 of file services.py.
◆ async_call_service()
| None homeassistant.components.lcn.services.LockRegulator.async_call_service |
( |
|
self, |
|
|
ServiceCall |
service |
|
) |
| |
◆ schema
| homeassistant.components.lcn.services.LockRegulator.schema |
|
static |
Initial value:= LcnServiceCall.schema.extend(
{
vol.Required(CONF_SETPOINT): vol.All(vol.Upper, vol.In(SETPOINTS)),
vol.Optional(CONF_STATE, default=False): bool,
}
)
Definition at line 263 of file services.py.
The documentation for this class was generated from the following file: