mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 17:18:23 +00:00
Fix incorrect merge
This commit is contained in:
parent
4996d5c3cf
commit
5ef583e70d
@ -123,7 +123,7 @@ SCHEMA_SET_HOME_COOLING_MODE = vol.Schema(
|
|||||||
async def async_setup_services(hass: HomeAssistant) -> None:
|
async def async_setup_services(hass: HomeAssistant) -> None:
|
||||||
"""Set up the HomematicIP Cloud services."""
|
"""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:
|
async def async_call_hmipc_service(service: ServiceCall) -> None:
|
||||||
"""Call correct HomematicIP Cloud service."""
|
"""Call correct HomematicIP Cloud service."""
|
||||||
service_name = service.service
|
service_name = service.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user