mirror of
https://github.com/home-assistant/core.git
synced 2026-08-14 09:13:06 +01:00
11 lines
197 B
Python
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
|