diff --git a/README.md b/README.md index 11502b14..9cd4460c 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/packages/README.md b/packages/README.md index 92a07cd8..74eba183 100755 --- a/packages/README.md +++ b/packages/README.md @@ -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. diff --git a/sensor/garadget.yaml b/sensor/garadget.yaml index 5889a548..ae7aa3ec 100755 --- a/sensor/garadget.yaml +++ b/sensor/garadget.yaml @@ -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: