Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the
econet300
custom component, primarily focusing on adding new sensor types and updating existing sensor names and icons. The most important changes include the addition ofboilerPowerKW
andfeederWorks
sensors, as well as updates to the names and icons of various sensors.Additions and Updates to Sensors:
boilerPowerKW
as a new sensor type incustom_components/econet300/const.py
and updated its unit, device class, and icon. [1] [2] [3] [4] [5]feederWorks
as a new binary sensor incustom_components/econet300/const.py
and updated its icon. [1] [2] [3]Updates to Existing Sensors:
lighter
sensor tolighterWorks
incustom_components/econet300/const.py
and updated its icon. [1] [2]lighter
,boilerPower
, andfeeder
sensors incustom_components/econet300/strings.json
andcustom_components/econet300/translations/en.json
. [1] [2] [3] [4] [5] [6]