home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
74.04k stars 31.07k forks source link

LG OLED55C44LA - action media_player.set_volume not available #131494

Open 1kemp opened 4 days ago

1kemp commented 4 days ago

The problem

Just got a LG OLED55C44LA and added it to the LG Integration. The media_player.volume_set action is not available although it works for an older LG TV. action: media_player.volume_set target: entity_id: media_player.lounge_tv data: volume_level: 0.25 Failed to perform the action media_player.volume_set. Entity media_player.lounge_tv does not support this service.

What version of Home Assistant Core has the issue?

core-2024.11.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

LG webOS Smart TV

Link to integration documentation on our website

https://www.home-assistant.io/integrations/webostv

Diagnostics information

Failed to perform the action media_player.volume_set. Entity media_player.lounge_tv does not support this service.

Example YAML snippet

action: media_player.volume_set
target:
  entity_id: media_player.lounge_tv
data:
  volume_level: 0.25

Anything in the logs that might be useful for us?

Logger: homeassistant.helpers.script.websocket_api_script
Source: helpers/script.py:2032
First occurred: 21:58:23 (1 occurrences)
Last logged: 21:58:23

websocket_api script: Error executing script. Error for call_service at pos 1: Entity media_player.lounge_tv does not support this service.

Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/connection.py:315
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 21:58:23 (1 occurrences)
Last logged: 21:58:23

[140406466177360] Error handling message: Entity media_player.lounge_tv does not support this service. (home_assistant_error) Nigel Kemp from 192.168.0.166 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0)

Additional information

No response

home-assistant[bot] commented 4 days ago

Hey there @thecode, mind taking a look at this issue as it has been labeled with an integration (webostv) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `webostv` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign webostv` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


webostv documentation webostv source (message by IssueLinks)