Skip to content

Commit

Permalink
Add fuel sensor for Piazzetta Hybrid (vincentwolsink#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwolsink authored Jan 3, 2024
1 parent 7d01f22 commit 03ff3ac
Show file tree
Hide file tree
Showing 2 changed files with 9,623 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/aguaiot/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,14 @@ class AguaIOTCanalizationEntityDescription(ClimateEntityDescription):
state_class=None,
device_class=None,
),
AguaIOTSensorEntityDescription(
key="type_combustible_get",
name="Fuel",
icon="mdi:gas-burner",
native_unit_of_measurement=None,
state_class=None,
device_class=None,
),
)

SWITCHES = (
Expand Down
Loading

0 comments on commit 03ff3ac

Please sign in to comment.