New LED Strips!

This commit is contained in:
CCOSTAN
2016-12-14 21:28:54 +00:00
parent 9999105cf7
commit 2067e94a30
3 changed files with 14 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
* Nintendo Wii
* Emulated Hue pushes all Switch, Group and scene information to Alexa for First Class Control! [Broked! Worked for literally long enough for me to clear out all my devices in Alexa. :( ]
* [iTeadStudio goodies](https://twitter.com/ccostan/status/793119824008384512) - SonOff and SonOn with a Slampher!
* [LED RGB Wifi Controller - flux_led compatible](http://amzn.to/2hxpAL7) with [LED Strips](http://amzn.to/2gJYfZ5)
**Automations:**
* Guest mode to disable certain interior automations. Trigger via Alexa & IFTTT.
@@ -126,6 +127,7 @@ https://www.reddit.com/r/amazonecho/comments/5he8o7/diy_ir_blaster_10_instructio
For the led strips.
https://home-assistant.io/components/light.flux_led/
Compatible Lihts: https://www.amazon.com/gp/product/B01DY56N8U/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
- platform: flux_led
devices:
192.168.1.22:

View File

@@ -49,6 +49,7 @@
trigger:
- platform: time
minutes: '/47'
seconds: 0
condition:
- condition: state
@@ -68,7 +69,8 @@
hide_entity: True
trigger:
- platform: time
minutes: '/43'
minutes: 43
seconds: 0
action:
- service: script.reliability

View File

@@ -29,9 +29,15 @@ updater:
sun:
light:
platform: hue
host: 192.168.10.75
allow_unreachable: true
- platform: hue
host: 192.168.10.75
allow_unreachable: true
- platform: flux_led
devices:
192.168.10.150:
mode: "rgb"
name: Test Strip
emulated_hue:
host_ip: 192.168.10.10