|
| | schema = LcnServiceCall.schema.extend({vol.Required(CONF_STATE): is_states_string}) |
| |
| | schema = vol.Schema({vol.Required(CONF_ADDRESS): is_address}) |
| |
Set the relays status.
Definition at line 152 of file services.py.
◆ async_call_service()
| None homeassistant.components.lcn.services.Relays.async_call_service |
( |
|
self, |
|
|
ServiceCall |
service |
|
) |
| |
◆ schema
| homeassistant.components.lcn.services.Relays.schema = LcnServiceCall.schema.extend({vol.Required(CONF_STATE): is_states_string}) |
|
static |
The documentation for this class was generated from the following file: