Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.husqvarna_automower.binary_sensor Namespace Reference

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__)
 

Detailed Description

Creates the binary sensor entities for the mower.

Function Documentation

◆ async_setup_entry()

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.

◆ entity_used_in()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.husqvarna_automower.binary_sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 32 of file binary_sensor.py.