Skip to content

Instantly share code, notes, and snippets.

View Yub0's full-sized avatar

Valentin Yub0

View GitHub Profile
@Yub0
Yub0 / configuration.yml
Created July 28, 2023 14:01
EDF Tempo Home Assistant
rest: !include rest.yaml
@Yub0
Yub0 / automations.yaml
Created July 25, 2023 11:28
Home Assistant - Washing machine notification
- alias: NOTIFICATION_DEBUT_MACHINE_A_LAVER
description: ''
trigger:
- platform: numeric_state
entity_id: sensor.machine_a_laver_power
above: 500
condition:
- condition: state
entity_id: input_boolean.machine_a_laver
state: 'off'