1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-04 22:53:54 +01:00
Files
core/homeassistant/components/homevolt/const.py
T
2026-04-30 21:14:48 +02:00

8 lines
163 B
Python

"""Constants for the Homevolt integration."""
from datetime import timedelta
DOMAIN = "homevolt"
MANUFACTURER = "Homevolt"
SCAN_INTERVAL = timedelta(seconds=15)