Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fireservicerota.switch Namespace Reference

Classes

class  ResponseSwitch
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Switch platform for FireServiceRota integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.fireservicerota.switch.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up FireServiceRota switch based on a config entry.

Definition at line 17 of file switch.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.fireservicerota.switch._LOGGER = logging.getLogger(__name__)
private

Definition at line 14 of file switch.py.