-
Notifications
You must be signed in to change notification settings - Fork 14
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
Display icon only with hidden name #34
Comments
I would love to see this as well. tbh, also name without icon |
Hi @kajmaj and @jchhenderson. This is a very very late response 😅 , but both are possible with the # show only icon
- type: custom:time-picker-card
entity: input_datetime.test_date_time
layout:
name: inside
hide:
name: true
# show only name
- type: custom:time-picker-card
entity: input_datetime.test_date_time
layout:
name: inside
hide:
icon: true |
Hm, that's strange. I just released Version 1.3.0 that refactors part of that logic. Let me know if this fixes your problem. |
1.3.0 makes no difference. I am running HA in docker of that helps at all? |
@jchhenderson I am unable to reproduce this in 1.3.0. Also running HA in docker. Here are some example configs and screenshots from my test environment: - type: custom:time-picker-card
entity: input_datetime.test_date_time
layout:
name: inside - type: custom:time-picker-card
entity: input_datetime.test_date_time
layout:
name: inside
align_controls: right
hide:
icon: true - type: custom:time-picker-card
entity: input_datetime.test_date_time
layout:
name: inside
hide:
icon: true
name: true |
@jchhenderson there was an issue with |
@jchhenderson for the iOS devices, this is most probably a caching problem. I've tested this in Safari, and unfortunately I cannot reproduce your issue. I would suggest double checking that you are not using a cached version and trying to set up the card in an isolated view to see if that works |
Hello, would it be possible to hide name but show icon only?
The text was updated successfully, but these errors were encountered: