Skip to content

Instantly share code, notes, and snippets.

@alemuro
Created June 2, 2021 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alemuro/2ab3931bf661b73d206fdf8edb4ee356 to your computer and use it in GitHub Desktop.
Save alemuro/2ab3931bf661b73d206fdf8edb4ee356 to your computer and use it in GitHub Desktop.
- alias: "⚡ Ahorro de energía"
trigger:
- platform: state
entity_id: binary_sensor.kitchen_washingmachine_1_contact
to: 'on'
condition:
- condition: state
entity_id: sensor.tarifa_electrica
state: P1
action:
- service: notify.mobile_hdomotica
data:
title: Ahorro de energía
message: No uses la lavadora, estamos en hora punta ⚡
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment