1
0
mirror of https://github.com/home-assistant/core.git synced 2026-08-04 20:34:27 +01:00
Files
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)