Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tank_utility.sensor.TankUtilitySensor
 

Namespaces

 homeassistant.components.tank_utility.sensor
 

Functions

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

Variables

 homeassistant.components.tank_utility.sensor._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.tank_utility.sensor.PLATFORM_SCHEMA
 
 homeassistant.components.tank_utility.sensor.SCAN_INTERVAL = datetime.timedelta(hours=1)
 
list homeassistant.components.tank_utility.sensor.SENSOR_ATTRS
 
int homeassistant.components.tank_utility.sensor.SENSOR_ROUNDING_PRECISION = 1
 
string homeassistant.components.tank_utility.sensor.SENSOR_TYPE = "tank"