Robert Cook

Results 184 comments of Robert Cook

Agree, I assume the element is [multiple-entity-row](https://github.com/benct/lovelace-multiple-entity-row). This is really an issue for [Ben](https://github.com/benct) regarding his work and to add this functionality. I struck the same issue where I found...

A fun problem. You can schedule to start or finish at sunrise or sunset but not both, however, here's how you can do it. This is an automation that will...

This is now included in the documentation.

Actually not a bad idea but raises a few questions. Manual runs are usually performed as an exception otherwise why not schedule them. The durations themselves can be continually adjusted...

The `adjust_time` service call is ideal for this. Set the `percentage` to either 0 or 100 to act as a switch. Better yet, set up a sensor or use a...

You control the schedule via an adjust_time service call which can be on/off or some other value to alter the duration. Here is an example taken from the documentation. It...

The changes seem reasonable. The controller_id and zone_id parameters should be restricted to certain characters. HA validates entity_id's against the regex expression r"^(\w+)\.(\w+)$" but it seems convention that only lower...

Yep, that went through the process just fine. Thanks

**zone_id config properties** This parameter is currently used (now fixed) to link to sequence zones. Rather than a breaking change or trying to do something funky with it, how about...

**zone_id config properties** I think we are talking much the same thing to a large degree. Sorry, I am probably going over things again but to recap. The zone_id currently...