Home Assistant day

Last Updated or created 2026-08-11

1 – Added remote control for our media devices.

2 – Added automation for our green wall with plants in the garden
(These can be watered using a zigbee automatic valve.)

If during the day the temperature is above 25 degrees, a water drip value is turned on for 5 minutes

alias: Groene muur
description: ""
triggers:
  - trigger: time
    at: "01:00:00"
    id: reset
  - trigger: time
    at: "20:00:00"
    id: run
  - trigger: temperature.changed
    target:
      entity_id: sensor.buienradar_temperature
    options:
      threshold:
        type: above
        value:
          active_choice: number
          number: 25
          unit_of_measurement: °C
    id: temptrig
  - trigger: time
    at: "20:05:00"
    id: stoprun
conditions: []
actions:
  - choose:
      - conditions:
          - condition: trigger
            id:
              - reset
        sequence:
          - action: input_number.set_value
            metadata: {}
            target:
              entity_id: input_number.heattrigger
            data:
              value: 0
      - conditions:
          - condition: trigger
            id:
              - temptrig
        sequence:
          - action: input_number.set_value
            metadata: {}
            target:
              entity_id: input_number.heattrigger
            data:
              value: 25
      - conditions:
          - condition: trigger
            id:
              - run
        sequence:
          - action: switch.turn_on
            metadata: {}
            target:
              entity_id: switch.0x4c97a1fffeef9146_valve_1
            data: {}
      - conditions:
          - condition: trigger
            id:
              - stoprun
        sequence:
          - action: switch.turn_off
            metadata: {}
            target:
              entity_id: switch.0x4c97a1fffeef9146_valve_1
            data: {}
mode: single

3 – A little automation to display “Put the bins out!” on my TV, when a led it still on and the lid not pushed on my afvalwijzer thingy

No code : this is too customized, interested? Mail me

Next to do .. make my cover art display using esphome.

Spread the love

Leave a Reply

Your email address will not be published. Required fields are marked *

Are you human? Please solve:Captcha