* Add duotecno climate * Add climate to .coveragerc * Update homeassistant/components/duotecno/climate.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/duotecno/climate.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * more comments * more comments * more comments * more comments * fix typo * Add translation key --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
4 lines
99 B
Python
4 lines
99 B
Python
"""Constants for the duotecno integration."""
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "duotecno"
|