1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-14 10:03:52 +01:00
Files
2026-07-08 16:05:28 +02:00

11 lines
197 B
Python

"""Constants for the OpenWrt (luci) integration."""
from homeassistant.const import Platform
DOMAIN = "luci"
PLATFORMS = [Platform.DEVICE_TRACKER]
DEFAULT_SSL = True
DEFAULT_VERIFY_SSL = False