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 of boilerPowerKW
and feederWorks
sensors, as well as updates to the names and icons of various sensors.
Additions and Updates to Sensors:
- Added
boilerPowerKW
as a new sensor type incustom_components/econet300/const.py
and updated its unit, device class, and icon. [1] [2] [3] [4] [5] - Added
feederWorks
as a new binary sensor incustom_components/econet300/const.py
and updated its icon. [1] [2] [3]
Updates to Existing Sensors:
- Renamed the
lighter
sensor tolighterWorks
incustom_components/econet300/const.py
and updated its icon. [1] [2] - Updated the names of the
lighter
,boilerPower
, andfeeder
sensors incustom_components/econet300/strings.json
andcustom_components/econet300/translations/en.json
. [1] [2] [3] [4] [5] [6]
What's Changed
- 127 bug fix by @jontofront in #133
Full Changelog: v1.0.10...v1.0.11