Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.hydrawise.entity.HydrawiseEntity | |
| controller | |
| entity_description | |
| sensor_id | |
| zone_id | |
Public Attributes inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator | |
| always_update | |
| config_entry | |
| data | |
| hass | |
| last_exception | |
| last_update_success | |
| logger | |
| name | |
| setup_method | |
| update_interval | |
| update_method | |
Public Attributes inherited from homeassistant.components.binary_sensor.BinarySensorEntity | |
| entity_category | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Static Public Attributes inherited from homeassistant.components.hydrawise.coordinator.HydrawiseData | |
| default_factory | |
Static Public Attributes inherited from homeassistant.components.binary_sensor.BinarySensorEntity | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
A binary sensor for a Hydrawise irrigation zone. This is only used for irrigation zones, as they have special methods for service actions that don't apply to other binary sensors.
Definition at line 135 of file binary_sensor.py.
| None homeassistant.components.hydrawise.binary_sensor.HydrawiseZoneBinarySensor.resume | ( | self | ) |
Resume automatic watering in the irrigation zone.
Definition at line 154 of file binary_sensor.py.
| None homeassistant.components.hydrawise.binary_sensor.HydrawiseZoneBinarySensor.start_watering | ( | self, | |
| int | None | duration = None |
||
| ) |
Start watering in the irrigation zone.
Definition at line 144 of file binary_sensor.py.
| None homeassistant.components.hydrawise.binary_sensor.HydrawiseZoneBinarySensor.suspend | ( | self, | |
| datetime | until | ||
| ) |
Suspend automatic watering in the irrigation zone.
Definition at line 150 of file binary_sensor.py.