1
0
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:
Pascal Vizeli
2019-08-22 18:01:49 +02:00
committed by GitHub
parent 3e69b04b86
commit ce5183ce16
13 changed files with 256 additions and 54 deletions

View File

@@ -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"