Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.mystrom
 

Functions

None homeassistant.components.mystrom._async_get_device_state (MyStromSwitch|MyStromBulb device, str ip_address)
 
MyStromBulb homeassistant.components.mystrom._get_mystrom_bulb (str host, str mac)
 
MyStromSwitch homeassistant.components.mystrom._get_mystrom_switch (str host)
 
bool homeassistant.components.mystrom.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.mystrom.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.mystrom._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.mystrom.PLATFORMS_BULB = [Platform.LIGHT]
 
list homeassistant.components.mystrom.PLATFORMS_PLUGS = [Platform.SENSOR, Platform.SWITCH]