Skip to content

Add the device of the source entity in the helper entities for Utility Meter#94734

Merged
frenck merged 8 commits into
home-assistant:devfrom
dougiteixeira:helpes-device-utility_meter
Jun 26, 2023
Merged

Add the device of the source entity in the helper entities for Utility Meter#94734
frenck merged 8 commits into
home-assistant:devfrom
dougiteixeira:helpes-device-utility_meter

Conversation

@dougiteixeira
Copy link
Copy Markdown
Contributor

@dougiteixeira dougiteixeira commented Jun 16, 2023

Breaking change

None

Proposed change

Adds the device of the source entity in the helper entities for Utility Meter.

It was inspired by this comment (link).

Summary of the implementation in all helpers:

Helper Helper Domain PR
Derivative sensor derivative #94751
Integration - Riemann sum integral sensor integration #94727
Threshold Sensor threshold #94753
Utility Meter utility_meter #94734
Combine the state of several sensors min_max Can contain many source entities... how should it be handled?
Group group Can contain many source entities... how should it be handled?
Change device type of a switch switch_as_x Already implemented
Counter counter Does not come from a source entity
Toggle input_boolean Does not come from a source entity
Button input_button Does not come from a source entity
Date and/or time input_datetime Does not come from a source entity
Number input_number Does not come from a source entity
Dropdown input_select Does not come from a source entity
Text input_text Does not come from a source entity
Schedule schedule Does not come from a source entity
Timer timer Does not come from a source entity
Times of the Day Sensor tod Does not come from a source entity

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)
  • Deprecation (breaking change to happen in the future)
  • 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
  • I have followed the perfect PR recommendations
  • 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.

To help with the load of incoming pull requests:

@home-assistant
Copy link
Copy Markdown
Contributor

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

Code owner commands

Code owners of utility_meter can trigger bot actions by commenting:

  • @home-assistant close Closes the pull request.
  • @home-assistant rename Awesome new title Renames the pull request.
  • @home-assistant reopen Reopen the pull request.
  • @home-assistant unassign utility_meter Removes the current integration label and assignees on the pull request, add the integration domain after the command.

@dougiteixeira

This comment was marked as resolved.

@MartinHjelmare MartinHjelmare changed the title Adds the device of the original entity in the helper entities for Utility Meter Add the device of the original entity in the helper entities for Utility Meter Jun 17, 2023
@dougiteixeira dougiteixeira changed the title Add the device of the original entity in the helper entities for Utility Meter Add the device of the source entity in the helper entities for Utility Meter Jun 17, 2023
@frenck frenck added the smash Indicator this PR is close to finish for merging or closing label Jun 21, 2023
Comment thread homeassistant/components/utility_meter/select.py Outdated
@home-assistant home-assistant Bot marked this pull request as draft June 22, 2023 22:07
@home-assistant
Copy link
Copy Markdown
Contributor

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

@frenck frenck removed the smash Indicator this PR is close to finish for merging or closing label Jun 22, 2023
@dougiteixeira dougiteixeira marked this pull request as ready for review June 23, 2023 02:51
@home-assistant home-assistant Bot requested a review from frenck June 23, 2023 02:51
Copy link
Copy Markdown
Member

@frenck frenck left a comment

Choose a reason for hiding this comment

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

Thanks, @dougiteixeira 👍

../Frenck

@frenck frenck merged commit 39229ce into home-assistant:dev Jun 26, 2023
@dougiteixeira dougiteixeira deleted the helpes-device-utility_meter branch June 27, 2023 09:52
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 28, 2023
@frenck frenck added the noteworthy Marks a PR as noteworthy and should be in the release notes (in case it normally would not appear) label Jun 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed integration: utility_meter new-feature noteworthy Marks a PR as noteworthy and should be in the release notes (in case it normally would not appear) Quality Scale: internal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants