From 6ff9b0541eb8f62088c1c3bf91c7ca8b1b2f462f Mon Sep 17 00:00:00 2001 From: Glenn Waters <glenn@watrs.ca> Date: Tue, 4 Feb 2025 13:27:46 -0500 Subject: [PATCH] Fix incorrect UPB service entity type (#137346) --- homeassistant/components/upb/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/upb/services.yaml b/homeassistant/components/upb/services.yaml index cf415705d72..985ce11c436 100644 --- a/homeassistant/components/upb/services.yaml +++ b/homeassistant/components/upb/services.yaml @@ -49,7 +49,7 @@ link_deactivate: target: entity: integration: upb - domain: light + domain: scene link_goto: target: -- GitLab