Classes | |
| class | DROPSwitch |
| class | DROPSwitchEntityDescription |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | BYPASS_SWITCH = "bypass" |
| string | WATER_SWITCH = "water" |
Support for DROP switches.
| None homeassistant.components.drop_connect.switch.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| string homeassistant.components.drop_connect.switch.BYPASS_SWITCH = "bypass" |