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

Lights: supported color mode cleanup and documentation improvement #135

Merged
merged 3 commits into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. Light docs: add examples for other remote types.

    Even though the existing configs are all for Broadlink remote codes,
    users may want to know for future how to configure other remotes.
    
    Reformatted table.
    
    Reword section on device configs to avoid confusion with the
    configuration.yaml config.
    make-all committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    faa9320 View commit details
    Browse the repository at this point in the history
  2. light: clean up supported_color_modes handling

    Use the base class's _attr_supported_color_modes rather than tracking
    the support separately and overriding the property.
    make-all committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    91576bb View commit details
    Browse the repository at this point in the history
  3. Fix unintentional typo

    make-all committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    998c3dc View commit details
    Browse the repository at this point in the history