Fix incorrect merge

This commit is contained in:
epenet
2025-06-03 11:12:27 +02:00
committed by GitHub
parent 4996d5c3cf
commit 5ef583e70d

View File

@@ -123,7 +123,7 @@ SCHEMA_SET_HOME_COOLING_MODE = vol.Schema(
async def async_setup_services(hass: HomeAssistant) -> None:
"""Set up the HomematicIP Cloud services."""
@verify_domain_entity_control(hass, DOMAIN)
@verify_domain_entity_control(DOMAIN)
async def async_call_hmipc_service(service: ServiceCall) -> None:
"""Call correct HomematicIP Cloud service."""
service_name = service.service