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

Classes

class  SmappeeActuator
 

Functions

None async_setup_entry (HomeAssistant hass, SmappeeConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string SWITCH_PREFIX = "Switch"
 

Detailed Description

Support for interacting with Smappee Comport Plugs, Switches and Output Modules.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.smappee.switch.async_setup_entry ( HomeAssistant  hass,
SmappeeConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Smappee Comfort Plugs.

Definition at line 16 of file switch.py.

Variable Documentation

◆ SWITCH_PREFIX

string homeassistant.components.smappee.switch.SWITCH_PREFIX = "Switch"

Definition at line 13 of file switch.py.