Cleanup discovery data (#734)

* Cleanup discovery data

* Update API.md

* Update validate.py

* Update discovery.py

* Update const.py
This commit is contained in:
Pascal Vizeli
2018-10-01 16:17:46 +02:00
committed by GitHub
parent 36cdb05387
commit bf75a8a439
5 changed files with 11 additions and 28 deletions

View File

@@ -160,8 +160,6 @@ ATTR_HOST = 'host'
ATTR_USERNAME = 'username'
ATTR_PROTOCOL = 'protocol'
ATTR_DISCOVERY = 'discovery'
ATTR_PLATFORM = 'platform'
ATTR_COMPONENT = 'component'
ATTR_CONFIG = 'config'
ATTR_SERVICES = 'services'
ATTR_SERVICE = 'service'