Ed Leckert
Ed Leckert
Here's how I do it. It's not pretty, but it works. Note that this depends on PRs #235 and #236, which should be in the next release. Also note that...
The cause of the error and the possible solution (such as mentioned in the comment above by @topshelf510) may be made clearer by #244.
This is how you would do it with a flex-table-card, using a single entity `input_text.hostnames` with an attribute `hosts` containing the text shown in the original comment. Note that `title`...
To display the JSON in the original comment, from an entity `input_text.mydata` with an attribute `prova`, you could use: ``` type: custom:flex-table-card title: My Data entities: include: input_text.mydata columns: -...
Possibly resolved by: - #107
@csoltenborn Is this what you want? I realize this is a bit late, but...  Created an input_boolean to simulate your example:  The Template view:  The config: ```...
The workaround is to put a space between the quotes in the `name` field: `' '` vs `''`. See #115. The fix is in place in the latest version of...
@kbrown01: Yes, it is related to the column sorting feature and is fixed in the `master` branch. You can grab it from there if you need it quickly. @daringer: Any...
This appears to be a bug in the firmware. Issuing `http:///pq?dur=600&pw=` twice in a row disables the pause on the second call.
`Current Time` is the time clock in `OpenSprinkler`. If the time in the controller is not correct, your scheduled events will not happen at the intended time, so this is...