Skip to content

Instantly share code, notes, and snippets.

---
# SPDX-License-Identifier: MIT
#
# Original code from:
# https://gist.github.com/sbyx/1f6f434f0903b872b84c4302637d0890
# version:
# https://github.com/tykeal/homeassistant-blueprints/blob/main/low-battery.yaml
blueprint:
name: Low battery level detection & notification for all battery sensors
description: Regularly test all sensors with 'battery' device-class for
# Dumb way to control humidity in Bathroom using mechanical ventillation fan.
# It tries to be quiet and enable fan after people leave the room, except it is really necessary.
# Fan is usually turned on in periods when light is off.
# original version:
# https://github.com/KrzysztofHajdamowicz/home-assistant-blueprints/
blueprint:
name: Humidity controller
description: Turn on and turn off your fan according to humidity and (assumed) user presence.
domain: automation
@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 / blueprint - aquaria wireless switch.yaml
Created November 12, 2021 16:46
home assistant blueprint for button Xiaomi WXKG11LM
blueprint:
name: Aqara Wireless Switch (single, double, triple, quadruple)
description: 'Control anything using Aqara Wireless Switch. https://community.home-assistant.io/t/zigbee2mqtt-aqara-wireless-switch-single-double-triple-quadruple/258789/1'
domain: automation
input:
switch:
name: Switch
description: Action sensor of Aqara Wireless Switch to use
selector:
entity:
@revin34
revin34 / hass - philips hue dimmer to MQTT.yaml
Last active November 12, 2021 16:32
home assistant - MQTT - Philips Hue Dimmer
blueprint:
name: MQTT - Philips Hue Dimmer
description: 'Control lights with a Philips Hue Dimmer Switch.
The top "on" button will turn the lights on to the last set brightness.
Dim up/down buttons will change the brightness using predefined step and can be
pressed and hold until the brightness is satisfactory.
@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
#######################################################################################################################