pytest-homeassistant-custom-component 用于从Home Assistant自动提取测试插件以进行自定义组件测试的软件包。 目标是提供与家庭辅助/核心测试相同的功能。 用法: 所有pytest固定装置都可以正常使用,例如hass 对于助手: 家庭辅助/核心本机测试: from tests.common import MockConfigEntry 自定义组件测试: from pytest_homeassistant_custom_component.common import MockConfigEntry 如果您的集成位于custom_compo