-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
Buttons are not displayed #296
Comments
I'm having this same issue. |
Hi! I have the same problem with shortcuts. |
I don't think this is issue with version 2 since I was using v. 1.7.x and buttons disappeared after 2021.10 or 2021.11 update. |
Same issue here, new manual install today |
Same here. |
Same here. But when my roborock is cleaning, they are visible. |
I have the same issue, buttons does not appear after updating from 2021.08 to 2021.11 :( |
I'm still on 2021.10.6, same issue Strange thing is that start/search buttons are not visible in chrome or android app but are visible on Google hub using home assistant cast. Custom buttons are disappeared completely on all devices |
I'm on 2021.09.6 yet, and the bottom toolbar icons are not visible as well. |
Perhaps you have the buttons configured in the i.e. use this:
instead of this:
|
@Kseii if I use `type: custom:vacuum-card
|
You should read changelog more carefully before updating. There was a breaking change in 2.0: |
@denysdovhan and what about buttons which are not visible anymore? See picture above. Start, location and shortcuts icon are not showing. So there is still a bug |
@denysdovhan the issue is not related to actions-to-shortcuts change. I have the following config: Config - type: custom:vacuum-card
entity: vacuum.vacuum_cleaner
image: default
map: camera.xiaomi_cloud_map_extractor
compact_view: false
show_toolbar: true
show_status: true
show_name: false
shortcuts:
- name: Reload scripts
icon: 'mdi:restart'
service: script.reload
stats:
default:
- attribute: filter_left
unit: hours
subtitle: Filter
- attribute: side_brush_left
unit: hours
subtitle: Side brush
- attribute: main_brush_left
unit: hours
subtitle: Main brush
- attribute: sensor_dirty_left
unit: hours
subtitle: Sensors And the shortcut is actually added to the card, but the icon for it is not visible - only the light blue background color is visible. The same for start and locate buttons on the left of the toolbar. |
@0neel strangely, updating my version of vacuum-card through hacs fixed my problem. I was running an older version, manually installed at the time, and lost the icons when I updated Home Assistant from 2021.8 to 2021.11. I can't understand why I was broken before, but it seems to by ok for me now (using shortcuts instead of actions now of course) |
@T0ytoy I'm still on 2021.8.7 so it doesn't seem to be related to the home assistant version either. I also tried to reinstall the card. Glad you were able to fix the issue. For me the issue is not that bad - just a small inconvenience since I don't often use those buttons. |
this issue isn't closed. I read the change log before posting and i changed actions to shortcuts. |
HA sometimes caches the old version of the card. Have you tried cleaning the cache? Hard reload? Reinstalling? Also take a look at the browser console in order to see the actual running version and errors/warnings. |
This also might be related to the theme colors. Some updates with ha-icon component might break things. |
The browsers i have tested are firefox, chrome and brave. Also all in private mode to try and exclude any caching, or plugins i may have installed. The themes I tried were the default light and dark once from home assistant. |
I removed the addon. Deleted my cache and reinstalled it. This didn't fix it. edit 1 Also changing the attribute value of the ha-icon tags doesn't help. edit 2: i tried to make the html formatting more readable but i am not succeeding. I hope it is clear anyway |
So for me updating the home assistant core solved the issue. Because of that I think the issue is somehow related to changes made in #278. |
The buttons at the bottom of the card are not being displayed anymore since version >2.0. before hand i did not have any troubles.
I can hover over them and see that they are still there only their mdi:icon is not being displayed anymore.
The mdi icons are being displayed in other places in homeassistant. I also have this behavior with firefox, chrome and the homeassistant app.
The text was updated successfully, but these errors were encountered: