ok, I feel very stupid now sorry
Donât worry about it. I only just found out about this myself (I donât use the updater) and havenât gotten around to adding the information to my opening post yet.
Anything wrong with this one? Iâm getting uncaught errorâŠ
- type: entities title: LumiĂšres maison entities: - type: custom:fold-entity-row head: type: section label: Bureau items: - light.bureau_lampe_edison - light.lampe_sur_pied - light.lumiere_plafond_bureau - light.lampe_bureau
***update: never mind, cache issue⊠not a good day for me lol
Canât say. Need more of the error. Check the log in your browser.
Would it be possible to fold the items from the monster cards? (fold-entity-row)
type: custom:monster-card show_empty: false card: type: entities title: LumiÚres & fans allumées filter: include: - domain: "light" state: 'on' - domain: "switch" state: 'on'
Is it possible to add a scroll bar to popup-card?
Iâm trying to get a card to display a set of entities related to ones which have not been selected on another card and thought that either the conditional or entity-state card might enable this, but just want to check to see if anyone else can figure this out.
I have a list of entities representing lights, which are used to define whether they come on or not at sunset (or set-time). What I want to get is then another card which shows only those corresponding related entities (not the same ones) for control of some automation for holiday purposes. So if a light is selected for the standard lights on at sunset it should not then be part of the holiday sequence.
So;
- light_1 - on
- light_2 - off
- light_3 - off
- light_4 - on
Conditional card to show
- input_boolean.light_1_vacation_switch
- input_boolean.light_4_vacation_switch
The conditional card only allows showing of entities which are part of the condition and entity-select seems to operate in the same way. Any thoughts?
If this is not related to my lovelace plugins, I think youâll have better luck if you start your own topicâŠ
Fair comment, I raised it here because I wondered if I was misusing the entity-select card, but Iâll raise a separate topic for a wider audience. Hat-tip by the way for some great additional cards, which I use extensively, great work.
I have a problem with input-select within a folding group. If I klick to select an item it opens the more-info dialog of the input-select
any idea why this happens?
Not quite. But I am aware of the problem.
Any information that I can provide or help to solve this issue?
@gabrielmiranda bit of a noob here but how did you build the popup card to have a TV remote? Thatâs awesome
Exactly. Thatâs the intention but Iâm having some practical problems. Iâm using Lovelace: Button card to do it
I canât immediately think of a way to solve this, but Iâll keep it in mind if I get any ideas.
If you have a github account, please open an issue there to remind me.
Hmm maybe inject some css through js? I know thats possible but i dont know how to do it.
In chrome I inserted css âoverflow-y: auto;â in the ha-more-info-dialog and it worked.
Well, there we go then. Iâll try to add that to popup-card tonight.
Thanks!
Could you maybe show an example of what you have in your ui-lovelace.yaml to get this to work?
Try it now!