Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.mysensors
 

Functions

bool homeassistant.components.mysensors.async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, DeviceEntry device_entry)
 
bool homeassistant.components.mysensors.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.mysensors.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
list[MySensorsChildEntity]|None homeassistant.components.mysensors.setup_mysensors_platform (HomeAssistant hass, Platform domain, DiscoveryInfo discovery_info, type[MySensorsChildEntity]|Mapping[SensorType, type[MySensorsChildEntity]] device_class,(tuple|None) device_args=None, Callable|None async_add_entities=None)
 

Variables

 homeassistant.components.mysensors._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.mysensors.DATA_HASS_CONFIG = "hass_config"