Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.7 KB

readme.md

File metadata and controls

28 lines (16 loc) · 1.7 KB

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 %}