Skip to content

Commit

Permalink
Merge pull request #73 from dominikamann/implement_existing_boiler_se…
Browse files Browse the repository at this point in the history
…nsor

Implement existing boiler sensor as wished in #66
  • Loading branch information
dominikamann authored Oct 20, 2024
2 parents aac7403 + 8ea9453 commit 20e4c0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions custom_components/oekofen_pellematic_compact/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
None,
"mdi:alert-circle",
],
"L_existing_boiler": [
"Existing Boiler",
"L_existing_boiler",
UnitOfTemperature.CELSIUS,
None,
],
}

SYSTEM_BINARY_SENSOR_TYPES = {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/oekofen_pellematic_compact/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/dominikamann/oekofen-pellematic-compact/issues",
"requirements": [],
"version": "v3.3.3"
"version": "v3.3.4"
}

0 comments on commit 20e4c0a

Please sign in to comment.