Classes | |
| class | RainCloudSwitch |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | ALLOWED_WATERING_TIME = [5, 10, 15, 30, 45, 60] |
| string | CONF_WATERING_TIME = "watering_minutes" |
| int | DEFAULT_WATERING_TIME = 15 |
| PLATFORM_SCHEMA | |
| list | SWITCHES = ["auto_watering", "manual_watering"] |
Support for Melnor RainCloud sprinkler water timer.
| None homeassistant.components.raincloud.switch.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| list homeassistant.components.raincloud.switch.ALLOWED_WATERING_TIME = [5, 10, 15, 30, 45, 60] |
| string homeassistant.components.raincloud.switch.CONF_WATERING_TIME = "watering_minutes" |
| int homeassistant.components.raincloud.switch.DEFAULT_WATERING_TIME = 15 |
| homeassistant.components.raincloud.switch.PLATFORM_SCHEMA |