I am using this input_select:
input_select:
kodi_instance:
name: kodiselect
options:
- 192.168.1.25
- 192.168.1.8
initial: 192.168.1.25
icon: mdi:kodi
I wonder if it is somehow possible to show 192.168.1.25 in the frontend like “Living Room”
But still uses 192.168.1.25 in a shell command like this:
shell_command:
play_video: 'php -f /home/pi/youtube_to_kodi.php UCtinbF-Q-fVthA0qrFQTgXQ {{states.input_select.kodi_instance.state}} 8080 {{states.input_select.yt_offset.state}} {{states.input_select.play_queue.state}}''