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

Classes

class  MBSwitch
 

Functions

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

Variables

dictionary SOCKET_TRANSLATIONS = {46: "socket_it", 38: "socket_eu"}
 
dictionary SWITCH_PRODUCT_IDS = {25, 26, 27, 35, 38, 46, 63, 64, 65, 86}
 

Detailed Description

Switch integration microBees.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.microbees.switch.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Config entry.

Definition at line 19 of file switch.py.

Variable Documentation

◆ SOCKET_TRANSLATIONS

dictionary homeassistant.components.microbees.switch.SOCKET_TRANSLATIONS = {46: "socket_it", 38: "socket_eu"}

Definition at line 15 of file switch.py.

◆ SWITCH_PRODUCT_IDS

dictionary homeassistant.components.microbees.switch.SWITCH_PRODUCT_IDS = {25, 26, 27, 35, 38, 46, 63, 64, 65, 86}

Definition at line 16 of file switch.py.