Skip to content

Commit

Permalink
Fix Error adding entity
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscamicas committed Sep 11, 2024
1 parent 6ea331e commit 2f0d137
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.2] - 2024-09-11
- Fix Error adding entity

## [1.1.1] - 2024-09-11
- Fix Blocking calls detected

Expand Down
2 changes: 1 addition & 1 deletion custom_components/gazdebordeaux/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"issue_tracker": "https://github.com/chriscamicas/gazdebordeaux-ha/issues",
"requirements": [
],
"version": "1.1.1"
"version": "1.1.2"
}
1 change: 0 additions & 1 deletion custom_components/gazdebordeaux/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class GdbEntityDescription(SensorEntityDescription, GdbEntityDescriptionMixin):
name="Current bill gas cost to date",
device_class=SensorDeviceClass.MONETARY,
native_unit_of_measurement="€",
suggested_unit_of_measurement="€",
state_class=SensorStateClass.TOTAL,
suggested_display_precision=0,
value_fn=lambda data: data.price,
Expand Down

0 comments on commit 2f0d137

Please sign in to comment.