mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 12:29:08 +00:00
Add support to read Host DNS (#1255)
* Add support to read Host DNS * Include properties * Improve host info handling * Add API * Better abstraction * Change prio list * Address lint * fix get properties * Fix nameserver list * Small cleanups * Bit more stability * cleanup
This commit is contained in:
@@ -218,6 +218,7 @@ ATTR_DEBUG = "debug"
|
||||
ATTR_DEBUG_BLOCK = "debug_block"
|
||||
ATTR_DNS = "dns"
|
||||
ATTR_SERVERS = "servers"
|
||||
ATTR_LOCALS = "locals"
|
||||
ATTR_UDEV = "udev"
|
||||
|
||||
PROVIDE_SERVICE = "provide"
|
||||
|
||||
Reference in New Issue
Block a user