light-entity-row icon indicating copy to clipboard operation
light-entity-row copied to clipboard

Entity row for lights with sliders for adjusting different values based on features

Results 17 light-entity-row issues
Sort by recently updated
recently updated
newest added

Polymer were removed in version 2023.5 (I noticed after upgrade to 2023.5.4) which stopped ligt-entity-row to working. Log: `2023-05-30 12:46:20.906 ERROR (MainThread) [frontend.js.latest.202305033] https://[myhost]:8123/hacsfiles/light-entity-row/light-entity-row.js:10:40 Uncaught ReferenceError: Polymer is not defined`

Since 2022.12.1 I have not been able to update to the current version. It just spins and spins and never does anything.

type: entities title: Main Bedroom show_header_toggle: false entities: - entity: light.main_bedroom_light type: custom:light-entity-row icon: mdi:light # optional name: Light # optional - entity: fan.main_bedroom_fan type: custom:fan-control-entity-row name: Fan reverseButtons: true...

``` Cannot add property buttons, object is not extensible type: custom:light-entity-row entity: light.bedroom_lamp_1 ``` ![image](https://user-images.githubusercontent.com/49846893/149462054-927f48bb-2e03-4ba4-9819-bb519b4528ed.png) ![image](https://user-images.githubusercontent.com/49846893/149462144-2b3e0bf6-7ffa-432b-a501-d51fbe370b54.png)

Hi. A change in how lovelace cards are set up in Home Assistant 0.105 increases performance, but enables cards to accidentally modify their own configuration in the loaded lovelace configuration....

Type is missing, see https://github.com/hacs/integration/issues/845

Is it possible to use light groups? Like group.kitchen_lights? I have a few groups of different lights that I'd like to use this card for if possible. Thank you!