Classes | |
| class | AutomowerBinarySensorEntity |
| class | AutomowerBinarySensorEntityDescription |
Functions | |
| None | async_setup_entry (HomeAssistant hass, AutomowerConfigEntry entry, AddEntitiesCallback async_add_entities) |
| list[str] | entity_used_in (HomeAssistant hass, str entity_id) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Creates the binary sensor entities for the mower.
| None homeassistant.components.husqvarna_automower.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| AutomowerConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up binary sensor platform.
Definition at line 69 of file binary_sensor.py.
| list[str] homeassistant.components.husqvarna_automower.binary_sensor.entity_used_in | ( | HomeAssistant | hass, |
| str | entity_id | ||
| ) |
Get list of related automations and scripts.
Definition at line 35 of file binary_sensor.py.
|
private |
Definition at line 32 of file binary_sensor.py.