-
Notifications
You must be signed in to change notification settings - Fork 66
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
Is it possible to hide somehow icon and name? #341
Comments
forget about card_mod...this is way i use where you have try |
I would not be so confident since in SOME use-cases this advice may not give a desired effect since 2 OP: ask in the main card-mod thread of Community (in case you have not asked already but have not closed this issue yet). |
FWIW, choosing a non-existing icon seems to work for me. For the name you can use |
according to the documentation you could suppress the name by setting it to false. |
This is not about the main entity. |
perhaps I didn't get the point. |
I was wrong. There is a confusion in Docs: for additional entities it is said clearly about But anyway, hiding an icon by setting an empty/non-existing icon + hiding a name MAY help in some case - and MAY NOT in case of many additional entities (as it was already noted):
|
Hey all, i tried everything but i just cant hide the icon and name.
i tried card-mod but it doesnt work.
my code looks like this
`
type: custom:multiple-entity-row
name: Solcast
state_header: Update
show_icon: false
toggle: true
state_color: false
icon: mdi:solar-power
entities:
- entity: sensor.solcast_pv_forecast_forecast_today
name: Today
format: precision0
tap_action:
action: more-info
- entity: sensor.solcast_pv_forecast_forecast_tomorrow
name: Tomm
format: precision0
tap_action:
action: more-info
- entity: sensor.solcast_pv_forecast_forecast_day_3
name: Day3
format: precision0
tap_action:
action: more-info
- entity: sensor.solcast_pv_forecast_forecast_day_4
name: Day4
format: precision0
tap_action:
action: more-info
- entity: sensor.solcast_pv_forecast_forecast_day_5
name: Day5
format: precision0
tap_action:
action: more-info
- entity: sensor.solcast_pv_forecast_forecast_day_6
name: Day6
format: precision0
tap_action:
action: more-info
card_mod:
style: |
hui-generic-entity-row {
display: none;
}
`
The text was updated successfully, but these errors were encountered: