Clean up upnp YAML config (#56200)
* Put back local_ip option to config schema + deprecate config schema * More cleanup * Remove log Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
0a426b5686
commit
30c25d4448
2 changed files with 17 additions and 11 deletions
|
@ -6,8 +6,8 @@ from homeassistant.const import TIME_SECONDS
|
|||
|
||||
LOGGER = logging.getLogger(__package__)
|
||||
|
||||
CONF_LOCAL_IP = "local_ip"
|
||||
DOMAIN = "upnp"
|
||||
DOMAIN_CONFIG = "config"
|
||||
DOMAIN_DEVICES = "devices"
|
||||
BYTES_RECEIVED = "bytes_received"
|
||||
BYTES_SENT = "bytes_sent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue