Skip to content

Commit

Permalink
Merge pull request #137 from Olen/issue136
Browse files Browse the repository at this point in the history
Add sensor_always_available
Release 2024.2-beta and prepare for HA 2024.2
  • Loading branch information
Olen authored Feb 1, 2024
2 parents 2bf0d1b + c08dc7b commit 7af93b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/plant/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"requirements": [
"async-timeout>=4.0.2"
],
"version": "2024.1.0"
"version": "2024.2.0-beta1"
}
1 change: 1 addition & 0 deletions custom_components/plant/plant_meters.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ def __init__(
tariff_entity=None,
tariff=None,
unique_id=f"{config.entry_id}-dli",
sensor_always_available=True,
suggested_entity_id=None,
)

Expand Down
1 change: 1 addition & 0 deletions custom_components/plant/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ def __init__(
tariff_entity=None,
tariff=None,
unique_id=f"{config.entry_id}-dli",
sensor_always_available=True,
suggested_entity_id=None,
periodically_resetting=True,
)
Expand Down

0 comments on commit 7af93b8

Please sign in to comment.