HomeAssistant查找entry_id
Home Assistant 查找 entry_id
# 进入 Home Assistant 容器
docker exec -it <home_assistant_container_id> bash
# 进入配置目录
cd /config
# 查找 xiaomihome 相关的 entry_id
cat .storage/core.config_entries | grep "xiaomihome" | grep "entry_id" # 进入 Home Assistant 容器
docker exec -it <home_assistant_container_id> bash
# 进入配置目录
cd /config
# 查找 xiaomihome 相关的 entry_id
cat .storage/core.config_entries | grep "xiaomihome" | grep "entry_id"