mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 18:11:41 +02:00
fix diagnostics
This commit is contained in:
@@ -82,9 +82,17 @@
|
|||||||
'minor': 99,
|
'minor': 99,
|
||||||
}),
|
}),
|
||||||
'device_info': dict({
|
'device_info': dict({
|
||||||
|
'area': dict({
|
||||||
|
'area_id': 0,
|
||||||
|
'name': '',
|
||||||
|
}),
|
||||||
|
'areas': list([
|
||||||
|
]),
|
||||||
'bluetooth_mac_address': '',
|
'bluetooth_mac_address': '',
|
||||||
'bluetooth_proxy_feature_flags': 0,
|
'bluetooth_proxy_feature_flags': 0,
|
||||||
'compilation_time': '',
|
'compilation_time': '',
|
||||||
|
'devices': list([
|
||||||
|
]),
|
||||||
'esphome_version': '1.0.0',
|
'esphome_version': '1.0.0',
|
||||||
'friendly_name': 'Test',
|
'friendly_name': 'Test',
|
||||||
'has_deep_sleep': False,
|
'has_deep_sleep': False,
|
||||||
|
Reference in New Issue
Block a user