mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 18:08:04 +00:00
New LED Strips!
This commit is contained in:
@@ -24,6 +24,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
|
|||||||
* Nintendo Wii
|
* 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. :( ]
|
* 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!
|
* [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:**
|
**Automations:**
|
||||||
* Guest mode to disable certain interior automations. Trigger via Alexa & IFTTT.
|
* 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.
|
For the led strips.
|
||||||
|
|
||||||
https://home-assistant.io/components/light.flux_led/
|
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
|
- platform: flux_led
|
||||||
devices:
|
devices:
|
||||||
192.168.1.22:
|
192.168.1.22:
|
||||||
|
|||||||
@@ -49,6 +49,7 @@
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
minutes: '/47'
|
minutes: '/47'
|
||||||
|
seconds: 0
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
@@ -68,7 +69,8 @@
|
|||||||
hide_entity: True
|
hide_entity: True
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
minutes: '/43'
|
minutes: 43
|
||||||
|
seconds: 0
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: script.reliability
|
- service: script.reliability
|
||||||
|
|||||||
@@ -29,9 +29,15 @@ updater:
|
|||||||
sun:
|
sun:
|
||||||
|
|
||||||
light:
|
light:
|
||||||
platform: hue
|
- platform: hue
|
||||||
host: 192.168.10.75
|
host: 192.168.10.75
|
||||||
allow_unreachable: true
|
allow_unreachable: true
|
||||||
|
|
||||||
|
- platform: flux_led
|
||||||
|
devices:
|
||||||
|
192.168.10.150:
|
||||||
|
mode: "rgb"
|
||||||
|
name: Test Strip
|
||||||
|
|
||||||
emulated_hue:
|
emulated_hue:
|
||||||
host_ip: 192.168.10.10
|
host_ip: 192.168.10.10
|
||||||
|
|||||||
Reference in New Issue
Block a user