[Versatile Thermostat] - Intégration Native des Nodons et Heatzy

Bonjour,

Pour Sortie de Cable connecté Legrand :

 - platform: template
   switches:
     radiateur_piece:
        value_template: "{{ is_state('select.chauffage_piece_pilot_wire_mode', 'comfort') }}"
        turn_on:
          service: select.select_option
          data:
            option: comfort
          target:
            entity_id:
              - select.chauffage_piece_pilot_wire_mode
        turn_off:
          service: select.select_option
          data:
            option: 'off'
          target:
            entity_id:
              - select.chauffage_piece_pilot_wire_mode
1 « J'aime »