hass-core/tests/components/esphome/snapshots/test_diagnostics.ambr
Erik Montnemery d82bff1bc2
Index config entry discovery_keys by discovery domain (#126563)
* Index config entry discovery_keys by discovery domain

* Add new signal

* Update tests

* Update homeassistant/config_entries.py

Co-authored-by: J. Nick Koston <nick@koston.org>

* Fix imports

---------

Co-authored-by: J. Nick Koston <nick@koston.org>
2024-09-23 21:48:11 +02:00

29 lines
721 B
Text

# serializer version: 1
# name: test_diagnostics
dict({
'config': dict({
'data': dict({
'device_name': 'test',
'host': '192.168.1.2',
'noise_psk': '**REDACTED**',
'password': '**REDACTED**',
'port': 6053,
}),
'disabled_by': None,
'discovery_keys': dict({
}),
'domain': 'esphome',
'entry_id': '08d821dc059cf4f645cb024d32c8e708',
'minor_version': 1,
'options': dict({
}),
'pref_disable_new_entities': False,
'pref_disable_polling': False,
'source': 'user',
'title': 'ESPHome Device',
'unique_id': '11:22:33:44:55:aa',
'version': 1,
}),
'dashboard': 'mock-slug',
})
# ---