mirror of
https://github.com/home-assistant/core.git
synced 2025-11-17 23:10:28 +00:00
* 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>
5 lines
99 B
Python
5 lines
99 B
Python
"""Constants for the duotecno integration."""
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "duotecno"
|