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

Classes

class  AutomowerCalendarEntity
 

Functions

None async_setup_entry (HomeAssistant hass, AutomowerConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Creates a calendar entity for the mower.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.husqvarna_automower.calendar.async_setup_entry ( HomeAssistant  hass,
AutomowerConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up lawn mower platform.

Definition at line 20 of file calendar.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file calendar.py.