7 Commits

Author SHA1 Message Date
DubhAd
74bccbbe32 Fixed sliders to numbers 2017-10-25 19:41:56 +01:00
DubhAd
83d4dc8f17 Corrected data_template use
A couple of the automations had data_template where only data was required.
2017-10-22 09:33:02 +01:00
DubhAd
2ca3852dd7 Update to auto turn off the cycle (#3391)
* Update to auto turn off the cycle

Addition of service_template to automatically turn off the cycle when the lights reach their minimum or maximum brightness. Validated on my own lights.

* Fixed facepalm

Added the raw/endraw tags to the half I missed
2017-10-18 22:18:26 +02:00
Fabian Affolter
7076f2006d
Merge pull request #3403 from BioSehnsucht/rename-input-slider
Rename input_slider to input_number and add numeric text box option
2017-10-08 00:35:58 +02:00
DubhAd
d53a51f504 Dim (and brighten) lights via a remote (#3319)
* Dim (and brighten) lights via a remote

Hopefully this one won't break everything ;)

* Changes as requested

* Updates

Other than the last point, done.

The last part I've left, as these aren't strictly independent parts - the section after the comma is the explanation for how the "lever" works.

* Updates

You snuck those in while I was editing ;)

* Update dim_and_brighten_lights.markdown
2017-09-07 08:23:22 -05:00
Dale Higgs
7f4361962f Revert "Dim (and brighten) lights via a remote" (#3317)
* Revert "Remove "Changing the icon" (#3305)"

This reverts commit 6ae0daf2d58c444544a1bd68fd31adfed34c1f9c.

* Revert "Minor clarification in USPS component (#3316)"

This reverts commit 3c6ff37c0382291a023584fb5fba08debcd9a455.

* Revert "Update rss_feed_template.markdown (#3314)"

This reverts commit 6e154db323a35b25f9085c06d0e69ccfbfe87699.

* Revert "Dim (and brighten) lights via a remote (#3309)"

This reverts commit 21ca7ad8dc466a61f3846c3ca482f62af358c6b8.
2017-09-05 17:16:03 -05:00
DubhAd
21ca7ad8dc Dim (and brighten) lights via a remote (#3309)
* Dim (and brighten) lights via a remote

As per chat in the Discord, these are the scripts, automations, and input_sliders to allow a light to be dimmed and brightened by holding down the down or up button on an appropriate remote.

This has been extended to use input_sliders for the dim/brighten step, and for the minimum and maximum brightness levels.

* Updates

Replacing pointless data_templates with just data, complying with preferred formatting standards ;)

* Further updates

More fixes ;)
2017-09-05 13:48:44 -05:00