Mobile App: Discovery to default configuration.yaml, zeroconf to default_config (#22028)

* Move discovery into default configuration.yaml

* Add zeroconf to default_config
This commit is contained in:
Robbie Trencheny 2019-03-13 22:05:56 -07:00 committed by GitHub
parent 3fcfba0a1e
commit 95da6d41f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,6 @@ DEPENDENCIES = (
'cloud', 'cloud',
'config', 'config',
'conversation', 'conversation',
'discovery',
'frontend', 'frontend',
'history', 'history',
'logbook', 'logbook',
@ -17,6 +16,7 @@ DEPENDENCIES = (
'sun', 'sun',
'system_health', 'system_health',
'updater', 'updater',
'zeroconf',
) )

View File

@ -75,6 +75,9 @@ introduction:
# http: # http:
# base_url: example.duckdns.org:8123 # base_url: example.duckdns.org:8123
# Discover some devices automatically
discovery:
# Sensors # Sensors
sensor: sensor:
# Weather prediction # Weather prediction