* tibber config, wip * read config from yaml * sync requirements * style * add model property * unique id * unique id * Tibber config, unique id * test doc * tibber config, update title * append _el_price * Update homeassistant/components/tibber/__init__.py Co-authored-by: Paulus Schoutsen <balloob@gmail.com> * unique id * tibber config flow * tibber config flow * fix test for python 3.8 * update test imports * move _async_current_entries Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
5 lines
123 B
Python
5 lines
123 B
Python
"""Constants for Tibber integration."""
|
|
|
|
DATA_HASS_CONFIG = "tibber_hass_config"
|
|
DOMAIN = "tibber"
|
|
MANUFACTURER = "Tibber"
|