Describe the bug
It looks like the key MediaFastForeward isn't working.
I made a remote (copied it from https://community.home-assistant.io/u/bwynants) and adapted it.
And everything works fine except for the MediaFastForeward.
I can push the button as much as I want, nothing happens...
To Reproduce
everything I do same result.
Where can I find some logs to help figure out what is wrong?
Version of the component
0.5.9
Logging
Enable debug logging and add your log. DO NOT SHARE SENSITIVE DATA SUCH AS PASSWORDS AND ACCOUNT INFO!
You can enable logging by setting up the logging component in HA as follows:
logger:
default: warning
logs:
lghorizon: debug
what yaml file do I put this in? I just started working with HA last week ;-)
found the issue... stupid me ;-)
I should use
action: call-service
service: lghorizon.fast_forward
data:
entity_id: media_player.boven
and then it works fine
Describe the bug It looks like the key MediaFastForeward isn't working. I made a remote (copied it from https://community.home-assistant.io/u/bwynants) and adapted it. And everything works fine except for the MediaFastForeward. I can push the button as much as I want, nothing happens...
action: call-service service: lghorizon.remote_key_press service_data: entity_id: media_player.boven remote_key: MediaFastForeward
To Reproduce everything I do same result. Where can I find some logs to help figure out what is wrong?
Version of the component 0.5.9
Logging Enable debug logging and add your log. DO NOT SHARE SENSITIVE DATA SUCH AS PASSWORDS AND ACCOUNT INFO! You can enable logging by setting up the logging component in HA as follows:
what yaml file do I put this in? I just started working with HA last week ;-)