Mobile App: Discovery to default configuration.yaml, zeroconf to default_config (#22028)
* Move discovery into default configuration.yaml * Add zeroconf to default_configpull/22029/head
parent
3fcfba0a1e
commit
95da6d41f9
homeassistant
components/default_config
|
@ -6,7 +6,6 @@ DEPENDENCIES = (
|
|||
'cloud',
|
||||
'config',
|
||||
'conversation',
|
||||
'discovery',
|
||||
'frontend',
|
||||
'history',
|
||||
'logbook',
|
||||
|
@ -17,6 +16,7 @@ DEPENDENCIES = (
|
|||
'sun',
|
||||
'system_health',
|
||||
'updater',
|
||||
'zeroconf',
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -75,6 +75,9 @@ introduction:
|
|||
# http:
|
||||
# base_url: example.duckdns.org:8123
|
||||
|
||||
# Discover some devices automatically
|
||||
discovery:
|
||||
|
||||
# Sensors
|
||||
sensor:
|
||||
# Weather prediction
|
||||
|
|
Loading…
Reference in New Issue