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:
parent
3fcfba0a1e
commit
95da6d41f9
2 changed files with 4 additions and 1 deletions
|
@ -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',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue