mirror of
https://github.com/home-assistant/core.git
synced 2026-07-14 10:03:52 +01:00
f00dfc7e16
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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
|