Skip to content
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

Can't style secondary_info when there is entity in it #353

Open
mschilder opened this issue Jan 12, 2025 · 1 comment
Open

Can't style secondary_info when there is entity in it #353

mschilder opened this issue Jan 12, 2025 · 1 comment

Comments

@mschilder
Copy link

I can't seem to style the secondary_info. This is what I have and the secondary_info does not become green.

type: entities
entities:
  - type: section
  - entity: automation.battery_charge
    type: custom:multiple-entity-row
    name: Import
    icon: mdi:battery-plus-outline
    unit: " "
    toggle: true
    format: precision0
    secondary_info:
      entity: input_number.ess_import_threshold
      styles:
        color: green
...
@ildar170975
Copy link

ildar170975 commented Jan 12, 2025

format: precision0

No sense for automation entity.

style the secondary_info

Not supported according to Docs.
Duplicate of #347
Not a bug - user's error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants