Hi i want to use a helper field to open a dynamic adress (nobody wants to enter urls via tv remote..)
type: vertical-stack
cards:
- type: entities
entities:- entity: input_text.smart_tv_url
name: TV Browser URL Eingabe
tap_action:
action: call-service
service: webostv.command
service_data:
entity_id: media_player.lg_webos_tv_oled48c17lb
command: system.launcher/open
payload:
id: com.webos.app.browser
params:
target: "{{ states('input_text.smart_tv_url') }}"
- entity: input_text.smart_tv_url
- type: button
name: GO
tap_action:
action: call-service
service: webostv.command
service_data:
entity_id: media_player.lg_webos_tv_oled48c17lb
command: system.launcher/open
payload:
id: com.webos.app.browser
params:
target: "{{ states('input_text.smart_tv_url') }}"
Sadly it does not interpret the helper and opens the browser with {{ states('input_text.smart_tv_url') }} i tried multiple idees nothing seem to take the helper.. any idees?
I would love it even more when i could send keyboard text via the phone with a buttonpress that would bve even more versatile but one step after the next..