Ed Leckert

Results 64 comments of 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... ![PendingHACSUpdates](https://github.com/custom-cards/flex-table-card/assets/56356940/8a90efdf-d972-4b18-a0cf-003257170fdb) Created an input_boolean to simulate your example: ![States](https://github.com/custom-cards/flex-table-card/assets/56356940/89c20f1a-77d5-47fc-b64b-4ecbd36f630f) The Template view: ![Template](https://github.com/custom-cards/flex-table-card/assets/56356940/9b2725b0-502b-4db2-ac06-e4044f7740ca) 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...