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

Support brightness option for formatting #128

Closed
benct opened this issue Nov 4, 2020 · 0 comments
Closed

Support brightness option for formatting #128

benct opened this issue Nov 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@benct
Copy link
Owner

benct commented Nov 4, 2020

Please add support brightness option for formatting. At version 4.0.0 you add brightness support to secondary_info but in some cases more useful to have it as separate entity, for example (in my case brightness attribute it's a value from 0-255) :

type: 'custom:auto-entities'
card:
  type: entities
filter:
  exclude:
    - state: 'off'
  include:
    - domain: light
      attributes:
        supported_features: 1
      options:
        type: 'custom:multiple-entity-row'
        secondary_info: last-changed
        state_color: false
        toggle: true
        entities:
          - attribute: brightness
            name: false
            format: !!!brightness option will be great!!!

Originally posted by @myhomeiot in #127 (comment)

@benct benct added the enhancement New feature or request label Nov 4, 2020
@benct benct closed this as completed Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant