Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the D-Link Power Plug integration."""
2 
3 ATTRIBUTION = "Data provided by D-Link"
4 ATTR_TOTAL_CONSUMPTION = "total_consumption"
5 
6 CONF_USE_LEGACY_PROTOCOL = "use_legacy_protocol"
7 
8 DEFAULT_NAME = "D-Link Smart Plug W215"
9 DEFAULT_USERNAME = "admin"
10 DOMAIN = "dlink"
11 
12 MANUFACTURER = "D-Link"