Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.supervisord.sensor.SupervisorProcessSensor
 

Namespaces

 homeassistant.components.supervisord.sensor
 

Functions

None homeassistant.components.supervisord.sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.supervisord.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.supervisord.sensor.ATTR_DESCRIPTION = "description"
 
string homeassistant.components.supervisord.sensor.ATTR_GROUP = "group"
 
string homeassistant.components.supervisord.sensor.DEFAULT_URL = "http://localhost:9001/RPC2"
 
 homeassistant.components.supervisord.sensor.PLATFORM_SCHEMA