* Constant and whitespace cleanups * Upgrade huawei_lte_api to 1.3.0 https://github.com/Salamek/huawei-lte-api/releases * Hush traceback if device does not support logout
8 lines
240 B
Python
8 lines
240 B
Python
"""Huawei LTE constants."""
|
|
|
|
DOMAIN = "huawei_lte"
|
|
|
|
KEY_DEVICE_INFORMATION = "device_information"
|
|
KEY_DEVICE_SIGNAL = "device_signal"
|
|
KEY_MONITORING_TRAFFIC_STATISTICS = "monitoring_traffic_statistics"
|
|
KEY_WLAN_HOST_LIST = "wlan_host_list"
|