Go to the source code of this file.
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 |