mirror of
https://github.com/home-assistant/core.git
synced 2026-05-31 04:34:10 +01:00
d766aae436
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: frenck <195327+frenck@users.noreply.github.com>
14 lines
344 B
Python
14 lines
344 B
Python
"""Constants for the Vilfo Router integration."""
|
|
|
|
DOMAIN = "vilfo"
|
|
|
|
ATTR_API_DATA_FIELD_LOAD = "load"
|
|
ATTR_API_DATA_FIELD_BOOT_TIME = "boot_time"
|
|
ATTR_LOAD = "load"
|
|
ATTR_BOOT_TIME = "boot_time"
|
|
|
|
ROUTER_DEFAULT_HOST = "admin.vilfo.com"
|
|
ROUTER_DEFAULT_MODEL = "Vilfo Router"
|
|
ROUTER_DEFAULT_NAME = "Vilfo Router"
|
|
ROUTER_MANUFACTURER = "Vilfo AB"
|