Skip to content

Instantly share code, notes, and snippets.

@revin34
revin34 / device_connectivity_notification.yaml
Created November 28, 2021 15:14 — forked from bfranke1973/device_connectivity_notification.yaml
Send notification if and when a network device loses connectivity
blueprint:
name: Device Connectivity Notification
description: Send a notification if a networked device loses connectivity
domain: automation
input:
server_group:
name: Server Group
description: This group of servers will be monitored for potential loss of connectivity
selector:
entity:
blueprint:
name: Control blinds from Friends of Hue switch
description: >-
The normal cover control in home assistant is using three different switches. `Up`, `Down` and `Stop`.
This blueprint allows you to control a blind with only two switches from a deconz paired friends of hue switch.
- Close: press close
- Open: press open
@revin34
revin34 / unavail_sensor.yaml
Created November 15, 2019 23:08 — forked from jazzyisj/package_unavailable_entities.yaml
Unavailable Sensor Detection and Notification
#######################################################################################################################
## Sensor - Unavailable Sensors
## - state: number of unavailable sensors
## - attribute: sensor_names - comma separated list of unavailable sensor names
## - attribute: sensor_entities: - comma separated list of unavailable sensor entity id's
## - updates every minute (sensor.time)
## - sensor entity_id's in ignored_sensors are filtered from this sensor
## - group.ignored_sensors MUST exist even if empty for sensor template to render
#######################################################################################################################