Home-Assistant-Lovelace-Local-Conditional-card
Home-Assistant-Lovelace-Local-Conditional-card copied to clipboard
This card can show and hide a specific card on current device while not affecting other windows. It does not require any integration to run.
Hello, First of all thanks for this awesome card! I create this issue because i'am unable to toggle 2 entities at once. my card config: ``` type: vertical-stack cards: -...
I updated the HACS Badge URL to the new hacs/integration
Fix to the correct handling of multiple ids.
Thanks for the great work you've done on this card! The original implementation only allows the "set" service to specify a boolean value for a card. However, if you have...
Hi, this is an awesome card you've made here! thanks for all the work! I've noticed that when I use "custom:button-card", it doesn't work (the card is displayed but I...
Hi @PiotrMachowski After installing this extension I've been getting the following error: ``` Failed to call service light/turn_on. sequence item 0: expected str instance, Optional found ``` I didn't realise...
Fixed local_conditional_card.set `TypeError` as described [here](https://github.com/PiotrMachowski/Home-Assistant-Lovelace-Local-Conditional-card/issues/6)
Hello, I have just started using the local conditional card on my Hassio, however I've encountered a problem when using the `local_conditional_card.set` method. A reduced version of my config: ```yaml...
First of all, thanks for such a useful card. I found an issue using `custom:local-conditional-card` when its child `card` is set to some custom lovelace card. The card is not...
Hello, I have a vertical stack card with 'Live' button at the top to conditionally display custom:webrtc-camera card or picture-entity card. After upgrading to 2023.12.1 I've noticed that only custom:webrtc-camera...