Skip to content

Instantly share code, notes, and snippets.

@Didgeridrew
Created November 30, 2022 14:32
Show Gist options
  • Select an option

  • Save Didgeridrew/e946d4fc026601a0e2532aa29b5022d4 to your computer and use it in GitHub Desktop.

Select an option

Save Didgeridrew/e946d4fc026601a0e2532aa29b5022d4 to your computer and use it in GitHub Desktop.
HA - Example for Dov
alias: Phone charging 78
description: ""
trigger:
- platform: numeric_state
entity_id: sensor.pro_max_battery_level
above: 78
condition: []
action:
- service: switch.turn_off
data: {}
target:
entity_id: switch.strip_socket_1
- service: notify.mobile_app
data:
message: "The Phone station was turned off"
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment