Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.arwn.sensor.ArwnSensor
 

Namespaces

 homeassistant.components.arwn.sensor
 

Functions

str homeassistant.components.arwn.sensor._slug (str name)
 
None homeassistant.components.arwn.sensor.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 
list[ArwnSensor]|None homeassistant.components.arwn.sensor.discover_sensors (str topic, dict[str, Any] payload)
 

Variables

 homeassistant.components.arwn.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.arwn.sensor.DATA_ARWN = "arwn"
 
string homeassistant.components.arwn.sensor.DOMAIN = "arwn"
 
string homeassistant.components.arwn.sensor.TOPIC = "arwn/#"