-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple state switch cards overlay each other #53
Comments
Please try release 1.9.0 |
Updated now. I'll set it up again and report back (I deleted the setup because of the issue) |
Sorry, problem persists. |
Please try release 1.9.3 |
Will do. May take a few days. |
That does not at all look like two cards overlapping each other. |
@thomasloven, It didn't look like an overlay as there was no card below that. Please refer to the below screenshot. I am using Chrome browser (Version 98.0.4758.102 (Official Build) (64-bit)). The yaml for that card is - type: custom:state-switch
entity: media_player.bedroom_display
states:
playing:
type: custom:mini-media-player
volume_stateless: false
artwork: full-cover
entity: media_player.bedroom_display
sound_mode: full
source: full
group: true
info: scroll
paused:
type: custom:mini-media-player
volume_stateless: false
artwork: material
entity: media_player.bedroom_display
sound_mode: full
source: full
group: true
info: scroll The moment I remove one state value (either "playing" or "paused"), I don't see the overlay. |
Just highlighting, this issue still persists after HA v2022.4.1, so I guess this is not OS related. I use state switch heavily, so is there any workaround at this moment while we wait for the resolution. Have also raised this issue on mini media player github. kalkih/mini-media-player#641 |
I have a similar issue. The drop-down menu is constantly shown for one of my entities even when it's not selected and this overlaps other entities. Same issue with multiple browsers and HA app. Home Assistant Core 2022.5.5 mini media player release V1.16.4 The list that is overlapping is from the top entity 'media_player.denon_avr_x4300h'
|
The linux kernel version of the system running your backend is actually not at all as useful as for example information about the configuration for that card and what the custom entity rows you're using are. |
Apologies, I have updated the post above. |
Should be fixed in 1.9.4 |
In my setup a similar issue seems to be solved, but update 1.9.4 broke box-shadows((( |
I accidentally included one line too much from my experiments. Try 1.9.5. |
Thank you, Thomas, box-shadows seem to be fixed. |
Sorry for the dumb question but where do I update to 1.9.5? |
I have a whole bunch of state switch cards to make different cards appear and disappear based on the "system mode". The first one is an input select. I noticed that the selection for the input select is covered by the second state switch card.
The text was updated successfully, but these errors were encountered: