Created
November 30, 2022 14:32
-
-
Save Didgeridrew/e946d4fc026601a0e2532aa29b5022d4 to your computer and use it in GitHub Desktop.
HA - Example for Dov
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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