-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome-assistant.log
180 lines (179 loc) · 31.8 KB
/
home-assistant.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
2024-08-04 20:39:40.566 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dreame_vacuum which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:39:40.567 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration mbapi2020 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:39:40.567 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartthinq_sensors which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:39:40.568 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration zha_toolkit which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:39:40.569 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration xiaomi_cloud_map_extractor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:39:40.569 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ui_lovelace_minimalist which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:39:40.570 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ble_monitor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:39:40.570 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:39:40.571 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:39:40.571 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration xiaomi_miot which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:39:40.572 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration switchbotremote which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:39:42.872 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'ble_monitor' calls async_forward_entry_setup for integration, ble_monitor with title: Bluetooth Low Energy Monitor and entry_id: 01J4FAVQZSWQCG3EMCX3M1YJ5Y, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/ble_monitor/__init__.py, line 354: hass.async_create_task(, please create a bug report at https://github.com/custom-components/ble_monitor/issues
2024-08-04 20:39:45.881 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend_experimental", False)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 49: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:39:45.884 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/iconset.js", "/config/custom_components/hacs/iconset.js", True)])`; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 57: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:39:45.888 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:39:45.891 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles", "/config/www/community", True)])`; This function will be removed in 2025.7 at custom_components/hacs/base.py, line 1162: self.hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:39:46.133 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration ble_monitor with title: Bluetooth Low Energy Monitor and entry_id: 01J4FAVQZSWQCG3EMCX3M1YJ5Y, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
Stack (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
self._run_once()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
handle._run()
File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2161, in async_forward_entry_setup
_report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1201, in _report_non_awaited_platform_forwards
report(
File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report
_LOGGER.warning(msg, stack_info=True)
2024-08-04 20:39:46.139 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration ble_monitor with title: Bluetooth Low Energy Monitor and entry_id: 01J4FAVQZSWQCG3EMCX3M1YJ5Y, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
Stack (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
self._run_once()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
handle._run()
File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2161, in async_forward_entry_setup
_report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1201, in _report_non_awaited_platform_forwards
report(
File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report
_LOGGER.warning(msg, stack_info=True)
2024-08-04 20:39:46.141 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration ble_monitor with title: Bluetooth Low Energy Monitor and entry_id: 01J4FAVQZSWQCG3EMCX3M1YJ5Y, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
Stack (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
self._run_once()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
handle._run()
File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2161, in async_forward_entry_setup
_report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1201, in _report_non_awaited_platform_forwards
report(
File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report
_LOGGER.warning(msg, stack_info=True)
2024-08-04 20:39:55.138 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 642: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:40:46.987 WARNING (MainThread) [homeassistant.components.light] light.chuangmi_029a02_eb56_indicator_light (<class 'custom_components.xiaomi_miot.light.MiotLightSubEntity'>) does not report a color mode, this will stop working in Home Assistant Core 2025.3, please create a bug report at https://github.com/al-one/hass-xiaomi-miot/issues
2024-08-04 20:40:47.875 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192046000, 'isContinue': True}, 'description': '成功', 'ts': 1722796847818}
2024-08-04 20:41:47.146 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192106000, 'isContinue': True}, 'description': '成功', 'ts': 1722796907108}
2024-08-04 20:42:47.343 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192167000, 'isContinue': True}, 'description': '成功', 'ts': 1722796967281}
2024-08-04 20:43:47.150 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192226000, 'isContinue': True}, 'description': '成功', 'ts': 1722797027116}
2024-08-04 20:44:47.250 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192287000, 'isContinue': True}, 'description': '成功', 'ts': 1722797087225}
2024-08-04 20:45:47.203 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192346000, 'isContinue': True}, 'description': '成功', 'ts': 1722797147117}
2024-08-04 20:46:47.190 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192406000, 'isContinue': True}, 'description': '成功', 'ts': 1722797207166}
2024-08-04 20:47:47.738 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192467000, 'isContinue': True}, 'description': '成功', 'ts': 1722797267714}
2024-08-04 20:48:47.138 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192526000, 'isContinue': True}, 'description': '成功', 'ts': 1722797327092}
2024-08-04 20:48:57.103 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:49:20.424 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:49:47.143 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192586000, 'isContinue': True}, 'description': '成功', 'ts': 1722797387120}
2024-08-04 20:50:27.641 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:50:28.046 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:50:43.924 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:50:44.289 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:50:45.367 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:50:45.570 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:50:46.324 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open with args ('/config/custom_components/hubitat/__init__.py', 'wb') inside the event loop by custom integration 'hacs' at custom_components/hacs/repositories/base.py, line 698: zip_file.extractall(self.content.path.local, extractable) (offender: /usr/local/lib/python3.12/zipfile/__init__.py, line 1801: open(targetpath, "wb") as target:), please create a bug report at https://github.com/hacs/integration/issues
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#open
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
self._run_once()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
handle._run()
File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 28, in _handle_async_response
await func(hass, connection, msg)
File "/config/custom_components/hacs/websocket/repository.py", line 234, in hacs_repository_download
await repository.async_install()
File "/config/custom_components/hacs/repositories/base.py", line 893, in async_install
await self.async_install_repository(version=version)
File "/config/custom_components/hacs/repositories/base.py", line 977, in async_install_repository
await self.download_content(version_to_install)
File "/config/custom_components/hacs/repositories/base.py", line 628, in download_content
await self.download_repository_zip()
File "/config/custom_components/hacs/repositories/base.py", line 698, in download_repository_zip
zip_file.extractall(self.content.path.local, extractable)
2024-08-04 20:50:46.494 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration dreame_vacuum which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:46.495 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration mbapi2020 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:46.496 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration smartthinq_sensors which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:46.498 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration zha_toolkit which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:46.499 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration xiaomi_cloud_map_extractor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:46.500 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration ui_lovelace_minimalist which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:46.501 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration ble_monitor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:46.502 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:46.503 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration hubitat which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:46.503 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:46.504 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration xiaomi_miot which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:46.504 WARNING (SyncWorker_19) [homeassistant.loader] We found a custom integration switchbotremote which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-04 20:50:47.561 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192647000, 'isContinue': True}, 'description': '成功', 'ts': 1722797447507}
2024-08-04 20:51:03.504 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:51:03.937 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:51:30.872 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:51:31.334 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:51:47.149 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192706000, 'isContinue': True}, 'description': '成功', 'ts': 1722797507124}
2024-08-04 20:52:12.784 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:52:13.264 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:52:20.447 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:52:20.686 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:52:21.675 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:52:21.907 WARNING (MainThread) [homeassistant.util.json] json_loads was called from hacs, this is a deprecated function which will be removed in HA Core 2025.8. Use homeassistant.util.json.json_loads instead, please create a bug report at https://github.com/hacs/integration/issues
2024-08-04 20:52:47.188 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192766000, 'isContinue': True}, 'description': '成功', 'ts': 1722797567162}
2024-08-04 20:53:47.196 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192826000, 'isContinue': True}, 'description': '成功', 'ts': 1722797627171}
2024-08-04 20:53:56.964 WARNING (Thread-146) [custom_components.dreame_vacuum.dreame.protocol] Error while executing request: https://de.api.io.mi.com/app/v2/home/rpc/565030469 HTTPSConnectionPool(host='de.api.io.mi.com', port=443): Read timed out. (read timeout=3)
2024-08-04 20:54:47.134 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192886000, 'isContinue': True}, 'description': '成功', 'ts': 1722797687109}
2024-08-04 20:55:47.248 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722192947000, 'isContinue': True}, 'description': '成功', 'ts': 1722797747224}
2024-08-04 20:56:47.140 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722193006000, 'isContinue': True}, 'description': '成功', 'ts': 1722797807114}
2024-08-04 20:57:49.538 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722193066000, 'isContinue': True}, 'description': '成功', 'ts': 1722797869480}
2024-08-04 20:58:47.358 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722193127000, 'isContinue': True}, 'description': '成功', 'ts': 1722797927333}
2024-08-04 20:59:47.186 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722193186000, 'isContinue': True}, 'description': '成功', 'ts': 1722797987163}
2024-08-04 21:00:47.140 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722193246000, 'isContinue': True}, 'description': '成功', 'ts': 1722798047117}
2024-08-04 21:01:47.401 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722193306000, 'isContinue': True}, 'description': '成功', 'ts': 1722798107345}
2024-08-04 21:02:47.185 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722193366000, 'isContinue': True}, 'description': '成功', 'ts': 1722798167159}
2024-08-04 21:03:47.153 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722193426000, 'isContinue': True}, 'description': '成功', 'ts': 1722798227130}
2024-08-04 21:04:47.263 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722193487000, 'isContinue': True}, 'description': '成功', 'ts': 1722798287235}
2024-08-04 21:05:47.179 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722193546000, 'isContinue': True}, 'description': '成功', 'ts': 1722798347149}
2024-08-04 21:06:47.162 WARNING (MainThread) [custom_components.xiaomi_miot.camera] Mi 360° Home Security Camera 2K(chuangmi.camera.029a02): camera events is empty. {'result': 'ok', 'retriable': False, 'code': 0, 'data': {'thirdPartPlayUnits': [], 'nextTime': 1722193606000, 'isContinue': True}, 'description': '成功', 'ts': 1722798407138}