Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

fixed function support_color #34

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 20, 2020

  1. fixed function support_color that wasn't working due to a change in t…

    …he API
    Helldog136 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    bcaa083 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. made sure that this fix doesn't break other integrations that rely on…

    … data.color
    Helldog136 committed May 22, 2020
    Configuration menu
    Copy the full SHA
    c62a627 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. added state cache to light objects because tuya api doesn't seem to r…

    …eturn the information anymore. This shouldn't cause problems as long as the user doesn't use another app to control his lights (this is unlikely with home assistant and is better than an exception anyway)
    Helldog136 committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    7c57b9b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. fixed __init__ after remarks from @gadgetchnnel . Provided default va…

    …lues in __init__ and called super()
    Helldog136 committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    b8ef83a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. added cache for "support_color" and "support_color_temp"

    Maybe "support_color_temp" needs change but i don't have a device to know what value is used by the API.
    Helldog136 committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    387723e View commit details
    Browse the repository at this point in the history