Skip to content

noud-github/ha-blueprints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ha-blueprints

ikea-somrig

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

Here’s a blueprint to support controlling a things with an Ikea Somrig remote. It’s designed to work with the device added via Deconz only.

ikea-Styrbar

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

Here’s a blueprint to support controlling a things with an Ikea Styrbar remote. It’s designed to work with the device added via Deconz only.

RGB disco change

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

Here’s a blueprint to randomly change RGB disco light needs jinja macro function!!!.

./custom_templates/lights.jinja

{% macro getColor_data_template_json() %}
{ "data_template":{ "rgb_color":[ "{{(range(0, 255)|random)}}", "{{(range(0, 255)|random)}}", "{{(range(0, 255)|random)}}"]}}
{% endmacro %}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published