1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-18 07:45:56 +00:00

Add local mDNS responder for .local (#386)

* Add local mDNS responder

* Fix

* Use mDNS in dashboard status

* Lint

* Lint

* Fix test

* Remove hostname

* Fix use enum

* Lint
This commit is contained in:
Otto Winter
2019-02-10 16:57:34 +01:00
committed by GitHub
parent b1675cfe08
commit c3d67ebb4f
13 changed files with 837 additions and 63 deletions

View File

@@ -32,6 +32,7 @@ REQUIRES = [
'protobuf>=3.4',
'tzlocal>=1.4',
'pyserial>=3.4,<4',
'ifaddr>=0.1.6',
]
# If you have problems importing platformio and esptool as modules you can set