This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9752e70675
core
/
homeassistant
/
components
/
duotecno
/
const.py
5 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Add the Duotecno intergration (#96399) Co-authored-by: Isak Nyberg <36712644+IsakNyberg@users.noreply.github.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-07-25 09:16:00 +00:00
"""
Constants for the duotecno integration.
"""
Add duotecno climate (#99333) * 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>
2023-09-25 10:52:51 +00:00
from
typing
import
Final
Add the Duotecno intergration (#96399) Co-authored-by: Isak Nyberg <36712644+IsakNyberg@users.noreply.github.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-07-25 09:16:00 +00:00
Add duotecno climate (#99333) * 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>
2023-09-25 10:52:51 +00:00
DOMAIN
:
Final
=
"
duotecno
"