Skip to content

Commit d08be86

Browse files
Fix service registration
1 parent 85bcae0 commit d08be86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/mixergy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ async def mixergy_set_target_temperature(call):
116116
# Register a local handler for scene activation
117117
hass.services.async_register(
118118
DOMAIN,
119-
SERVICE_SET_CHARGE,
119+
SERVICE_SET_TARGET_TEMPERATURE,
120120
verify_domain_control(hass, DOMAIN)(mixergy_set_target_temperature),
121121
schema=vol.Schema(
122122
{

0 commit comments

Comments
 (0)