Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tibber.sensor.TibberDataSensor
 
class  homeassistant.components.tibber.sensor.TibberRtDataCoordinator
 
class  homeassistant.components.tibber.sensor.TibberRtEntityCreator
 
class  homeassistant.components.tibber.sensor.TibberSensor
 
class  homeassistant.components.tibber.sensor.TibberSensorElPrice
 
class  homeassistant.components.tibber.sensor.TibberSensorRT
 

Namespaces

 homeassistant.components.tibber.sensor
 

Functions

None homeassistant.components.tibber.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.tibber.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.tibber.sensor.ICON = "mdi:currency-usd"
 
 homeassistant.components.tibber.sensor.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
 
int homeassistant.components.tibber.sensor.PARALLEL_UPDATES = 0
 
dictionary homeassistant.components.tibber.sensor.RT_SENSORS_UNIQUE_ID_MIGRATION
 
dictionary homeassistant.components.tibber.sensor.RT_SENSORS_UNIQUE_ID_MIGRATION_SIMPLE
 
 homeassistant.components.tibber.sensor.SCAN_INTERVAL = timedelta(minutes=1)
 
int homeassistant.components.tibber.sensor.TWENTY_MINUTES = 20 * 60