Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for the Vilfo Router integration."""
2
3
from
__future__
import
annotations
4
5
DOMAIN =
"vilfo"
6
7
ATTR_API_DATA_FIELD_LOAD =
"load"
8
ATTR_API_DATA_FIELD_BOOT_TIME =
"boot_time"
9
ATTR_LOAD =
"load"
10
ATTR_BOOT_TIME =
"boot_time"
11
12
ROUTER_DEFAULT_HOST =
"admin.vilfo.com"
13
ROUTER_DEFAULT_MODEL =
"Vilfo Router"
14
ROUTER_DEFAULT_NAME =
"Vilfo Router"
15
ROUTER_MANUFACTURER =
"Vilfo AB"
core
homeassistant
components
vilfo
const.py
Generated by
1.9.1