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

Classes

class  OverkizSwitch
 
class  OverkizSwitchDescription
 

Functions

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

Variables

dictionary SUPPORTED_DEVICES
 

Detailed Description

Support for Overkiz switches.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.overkiz.switch.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Overkiz switch from a config entry.

Definition at line 112 of file switch.py.

Variable Documentation

◆ SUPPORTED_DEVICES

dictionary homeassistant.components.overkiz.switch.SUPPORTED_DEVICES
Initial value:
1 = {
2  description.key: description for description in SWITCH_DESCRIPTIONS
3 }

Definition at line 107 of file switch.py.