Skip to content

Cleanups in Twinkly code#64139

Merged
MartinHjelmare merged 3 commits intohome-assistant:devfrom
RobBie1221:twinkly_cleanups
Jan 14, 2022
Merged

Cleanups in Twinkly code#64139
MartinHjelmare merged 3 commits intohome-assistant:devfrom
RobBie1221:twinkly_cleanups

Conversation

@RobBie1221
Copy link
Copy Markdown
Contributor

Breaking change

Key host is removed from the (extra) state attribute of the light entity.

Proposed change

Addresses the review comments in #62337 and #42103

c.c. @MartinHjelmare (I think I got them all)

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • The code has been formatted using Black (black --fast homeassistant tests)
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.
  • Untested files have been added to .coveragerc.

The integration reached or maintains the following Integration Quality Scale:

  • No score or internal
  • 🥈 Silver
  • 🥇 Gold
  • 🏆 Platinum

To help with the load of incoming pull requests:

@probot-home-assistant
Copy link
Copy Markdown

Hey there @dr1rrb, mind taking a look at this pull request as it has been labeled with an integration (twinkly) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)

)

for key, value in device_info.items():
if key not in HIDDEN_DEV_VALUES:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we know all the keys that may exist in device_info? We want to see what they are and their formatting. Can we invert this check and list the allowed keys explicitly?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw your comment about that as well in #42103. At the moment I have no clue what's in there. It needs some more digging. I would propose to address that separatly.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, sounds good. 👍

Copy link
Copy Markdown
Member

@MartinHjelmare MartinHjelmare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@MartinHjelmare MartinHjelmare merged commit efe34c8 into home-assistant:dev Jan 14, 2022
@RobBie1221 RobBie1221 deleted the twinkly_cleanups branch January 15, 2022 06:23
@github-actions github-actions bot locked and limited conversation to collaborators Jan 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants