1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-01 19:57:08 +01:00
Files
core/homeassistant/components/teleinfo/const.py
T
Emmanuel Sciara 375a9aa575 Add teleinfo integration for French electricity meters (#167554)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2026-04-17 23:39:19 +02:00

5 lines
100 B
Python

"""Constants for the Teleinfo integration."""
DOMAIN = "teleinfo"
CONF_SERIAL_PORT = "serial_port"