Hello,
I set the volume by "entity_id: number.volume".
I'm trying with this code but the volume doesn't work:
media_player:
platform: media_player_template
media_players:
2bagno:
value_template: >
{% if is_state("switch.omnilink_zone_2", "on") -%}
on
{%- else -%}
off
{%- endif %}
turn_on:
service: switch.turn_on
data_template:
entity_id: switch.omnilink_zone_2
turn_off:
service: switch.turn_off
data_template:
entity_id: switch.omnilink_zone_2
set_volume:
service: number.set_value
data:
entity_id: number.volume
value: "{{volume}}"
only input_text entity are admitted?
Hello,
I set the volume by "entity_id: number.volume".
I'm trying with this code but the volume doesn't work:
only input_text entity are admitted?