|
发表于 2023-7-13 12:52:10
|
显示全部楼层
本帖最后由 PerryLayne 于 2023-7-13 12:54 编辑
报告大佬,我不知道我开启的DEBUG对不对,我去查的HA的官方文档。
分别是在集成里选择了调试模式和加了:
logger:
default: info
logs:
custom_components.ha_gaode_server: debug
按你说的关键字得到结果(个人瞎猜的可能有问题的顺序排列):
Async_setup
Home Assistant Core
2023-07-13 12:36:55.338 INFO (MainThread) [custom_components.ha_gaode_server] async_setup....
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 328, in _async_setup_platform
table
TypeError: 'NoneType' object is not subscriptable
TypeError: 'NoneType' object is not subscriptable
TypeError: 'NoneType' object is not subscriptable
TypeError: 'NoneType' object is not subscriptable
Search
2023-07-13 12:48:56.956 INFO (MainThread) [homeassistant.setup] Setting up search
2023-07-13 12:48:56.957 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2023-07-13 12:49:08.249 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'sun', 'homeassistant_alerts', 'xiaomi_gateway3', 'group', 'tts', 'media_source', 'mobile_app', 'midea_ac_lan', 'auth', 'persistent_notification', 'bodymiscale', 'gpslogger', 'my', 'assist_pipeline', 'input_number', 'counter', 'sensor', 'input_datetime', 'application_credentials', 'mqtt', 'hacs', 'bemfa', 'file_upload', 'weather', 'stream', 'stt', 'config', 'onboarding', 'auto_backup', 'image_upload', 'template', 'input_text', 'switch', 'aqara_gateway', 'device_automation', 'browser_mod', 'xiaomi_ble', 'ffmpeg', 'script', 'colorfulclouds', 'system_health', 'conversation', 'repairs', 'lovelace', 'zone', 'nodered', 'bluetooth_adapters', 'history', 'automation', 'logbook', 'tag', 'input_select', 'search', 'default_config', 'ble_monitor', 'trace', 'met', 'hardware', 'unified_remote', 'scene', 'esphome', 'timer', 'radio_browser', 'person', 'esxi_stats', 'energy', 'input_button', 'ha_file_explorer', 'schedule', 'analytics', 'map', 'qweather', 'ikuai', 'blueprint', 'ha_gaode_server', 'diagnostics', 'input_boolean', 'panel_custom', 'xiaomi_miot'}
|
|