New Brightness Sensors for Garadget #308
This commit is contained in:
parent
ff179bb592
commit
192013b7d7
|
@ -27,7 +27,7 @@ As of 2018, I have migrated everything to a Docker based platform. You can read
|
|||
**Devices I have :**
|
||||
* [Ubiquiti Networks Unifi 802.11ac Pro](http://amzn.to/2mBSfE9) This keeps me warm with it's Wifi rays blanketing the house. Also used as a presence Tracker for iPhones/People.
|
||||
* Lots of iOS Devices ([iPads](http://amzn.to/2l2qyRb), iPods, [iPhones](http://amzn.to/2l9Yoq9))
|
||||
* [Nest Thermostats](http://amzn.to/2eAhB1k) - Smart Thermostat
|
||||
* [Nest Thermostats](http://amzn.to/2eAhB1k) - Smart Thermostat - [Blog Post](http://www.vmwareinfo.com/2018/02/smart-home-basics-thermostats.html)
|
||||
* [Nest Protects](http://amzn.to/2poqKhu) - Smart Smoke Detectors - [Blog Post](http://www.vmwareinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html)
|
||||
* [Amazon Echo](http://amzn.to/2dSVbK4) and [DOT](http://amzn.to/2e3vHFQ)
|
||||
* [Amazon Echo Tap](http://amzn.to/2sz891k)
|
||||
|
|
|
@ -19,7 +19,7 @@ I have put 2 [GE ZWave Outdoor Power Module](http://amzn.to/2q17R4S) conneted to
|
|||
|
||||
**Nest Protects**
|
||||
You can find my [Nest protects](http://amzn.to/2poqKhu) write up [here](http://www.vmwareinfo.com/2017/06/psa-check-out-your-smoke-detectors-once.html).
|
||||
![Screenshot of Protects](https://i.imgur.com/hUAaIiF.png)
|
||||
![Screenshot of Protects](https://i.imgur.com/hUAaIiF.png) and thermostats [here](http://www.vmwareinfo.com/2018/02/smart-home-basics-thermostats.html)
|
||||
|
||||
**Neato Vacuum**
|
||||
I can control my [Neato Vacuum](http://amzn.to/2kqnnqu) with Home Assistant.
|
||||
|
|
|
@ -18,6 +18,17 @@
|
|||
friendly_name: 'Reflection Rate'
|
||||
value_template: '{{ states.cover.small_garage.attributes["sensor_reflection_rate"] }}'
|
||||
|
||||
- platform: mqtt
|
||||
name: 'Small Garage Brightness'
|
||||
state_topic: 'garadget/GSmall/status'
|
||||
unit_of_measurement: '%'
|
||||
value_template: '{{ value_json.bright }}'
|
||||
|
||||
- platform: mqtt
|
||||
name: 'Large Garage Brightness'
|
||||
state_topic: 'garadget/GLarge/status'
|
||||
unit_of_measurement: '%'
|
||||
value_template: '{{ value_json.bright }}'
|
||||
|
||||
- platform: template
|
||||
sensors:
|
||||
|
|
Loading…
Reference in New Issue