gregmac / HomeAssistant-Blueprints

Misc HomeAssistant blueprints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blueprints for HomeAssistant

This is a collection of largely unrelated blueprints I use in HomeAssistant.

Dimmer Minimum Ignite

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Ensures that when a light is turned on to a brightness that is too low to make it actually light up, that it is temporarily set to a higher value (to get it to turn on) before being lowered back down to the desired brightness.

image

For example, if a LED bulb is first turned on to 3%, it often won't light up at all. This automation will set it to 20% (configurable) for about a second, before dimming it back down to 3%, where it will stay light at a low level.

Door Direction

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Connects to a door sensor and a motion sensor, allowing setting actions for when the door is opened after the motion is tripped or not. This is especially useful for automatically triggering lights based on someone exiting or entering.

Laundry Notification

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Send notification of the job completion and job remaining time of a Washer and/or Dryer to one or more notification services.

For example: "The Dryer is finished. The washer will be finished in 42 minutes."

Support for:

  • Voice notifications (Google Assistant)

  • Mobile notifications

  • Custom actions

Motion Trigger with Override

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Control a light or switch with motion (or other sensors), including automatically turning them off.

Features:

  • If light is manually controlled, motion control is disabled (cooldown period).

  • Cooldown period is adjustable for both turning the light on and off

  • Optionally enable via switch or schedule entity

  • Optionally enable via sun elevation

  • Customize brightness and transition time

  • Custom actions for on and off

About

Misc HomeAssistant blueprints

License:The Unlicense