Namespaces | |
| const | |
Classes | |
| class | ValveDeviceClass |
| class | ValveEntity |
| class | ValveEntityDescription |
| class | ValveEntityFeature |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| ATTR_CURRENT_POSITION | |
| ATTR_POSITION | |
| DEVICE_CLASSES_SCHEMA | |
| ENTITY_ID_FORMAT | |
| PLATFORM_SCHEMA | |
| PLATFORM_SCHEMA_BASE | |
| SCAN_INTERVAL | |
| seconds | |
Support for Valve devices.
| bool homeassistant.components.valve.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Track states and offer events for valves.
Definition at line 68 of file __init__.py.
| bool homeassistant.components.valve.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up a config entry.
Definition at line 112 of file __init__.py.
| bool homeassistant.components.valve.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 117 of file __init__.py.
| homeassistant.components.valve.ATTR_CURRENT_POSITION |
Definition at line 64 of file __init__.py.
| homeassistant.components.valve.ATTR_POSITION |
Definition at line 65 of file __init__.py.
| homeassistant.components.valve.DEVICE_CLASSES_SCHEMA |
Definition at line 51 of file __init__.py.
| homeassistant.components.valve.ENTITY_ID_FORMAT |
Definition at line 37 of file __init__.py.
| homeassistant.components.valve.PLATFORM_SCHEMA |
Definition at line 38 of file __init__.py.
| homeassistant.components.valve.PLATFORM_SCHEMA_BASE |
Definition at line 39 of file __init__.py.
| homeassistant.components.valve.SCAN_INTERVAL |
Definition at line 40 of file __init__.py.
| homeassistant.components.valve.seconds |
Definition at line 40 of file __init__.py.