Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Vodafone Station constants."""
2 
3 import logging
4 
5 _LOGGER = logging.getLogger(__package__)
6 
7 DOMAIN = "vodafone_station"
8 
9 DEFAULT_DEVICE_NAME = "Unknown device"
10 DEFAULT_HOST = "192.168.1.1"
11 DEFAULT_USERNAME = "vodafone"
12 
13 LINE_TYPES = ["dsl", "fiber", "internet_key"]