Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95478

Harmony input_select

$
0
0

@jan.mob wrote:

Can someone tell me why this doesnot work?
i try to turn the volume up from my tv and ter controle turn over the input_boolean switch.

this doesnot work!

- alias: "test:"
    trigger:
       platform: state
       entity_id: input_select.volume
       to: 'VolumeUp'
    action:
      - service: remote.turn_on
        data: 
          entity_id: remote.harmony_barts_remote
          command: "VolumeUp" 
          device: "67374347"
      - service: input_boolean.turn_on
        data:    
          entity_id: input_boolean.test_jan2

If i try it like this it works but whitout volume going up (clear)

- alias: "test:"
    trigger:
       platform: state
       entity_id: input_select.volume
       to: 'VolumeUp'
    action:      
      - service: input_boolean.turn_on
        data:    
          entity_id: input_boolean.test_jan2

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 95478

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>