blueprint: name: Show Eco logo on thermostat display. description: Send code to thermostat to have the ECO logo blinking. domain: automation source_url: https://github.com/claudegel/sinope-zha/tree/master/automation/blueprints/show_dr_logo.yaml input: condition_target: name: The hydro_QC bynary sensor for upcomming peak period. description: Entity ID of the bynary_sensor from hydro_QC integration. selector: entity: domain: binary_sensor climate_target: name: Thermostat_ieee description: Target thermostat entity. Can put more then one. selector: target: entity: domain: climate # if peak period is active we show ECO logo on the thermostat screen. mode: single triggers: - trigger: time at: "05:00:00" - trigger: time at: "15:00:00" variables: thermostats: - !input climate_target condition: condition: state entity_id: !input condition_target state: 'on' actions: - repeat: count: "{{thermostats|length}}" sequence: - action: zha.set_zigbee_cluster_attribute data: cluster_type: in ieee: "{{ thermostats[repeat.index-1] }}" endpoint_id: 1 cluster_id: 0xff01 attribute: 0x0071 value: 0