-
-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Labels
blueprintAn issue related to a blueprintAn issue related to a blueprintbugSomething isn't workingSomething isn't working
Description
Blueprint name
media_player.yaml
Home Assistant Core Version
2026.1.0
Home Assistant Installation Type
Home Assistant Operating System
Description
A short press on the down button doesn't reduce the volume as mentioned in the documentation. Only a long press reduce the volume.
Automation YAML config
alias: Hook - Media Player
description: ""
use_blueprint:
path: EPMatt/media_player.yaml
input:
controller_model: IKEA E2201 RODRET Dimmer
media_player: media_player.office_homepod
controller_device: 9f8865d3068f4c089b8b7fd032f0bd11To Reproduce
Press down button shortly
Expected behavior
Volume is reduced
Actual Behaviour
Nothing happens
Additional Details
- I'd like to help developing a fix for this issue.
Screenshots
No response
Additional context
Changing the blueprint with the correct mapping fixes it:
IKEA E2201 RODRET Dimmer:
volume_up: button_up_short
volume_up_repeat: button_up_long
next_track: button_up_double
volume_down: button_down_short
volume_down_repeat: button_down_long
play_pause: button_down_doubleReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blueprintAn issue related to a blueprintAn issue related to a blueprintbugSomething isn't workingSomething isn't working