Skip to content

Commit

Permalink
bump pyonwater
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeyev committed Oct 12, 2023
1 parent 0a40fa3 commit e7e34df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions custom_components/eyeonwater/statistic_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@


PYONWATER_UNIT_MAP: dict[pyonwater.NativeUnits, UnitOfVolume] = {
pyonwater.NativeUnits.gal: UnitOfVolume.GALLONS,
pyonwater.NativeUnits.cf: UnitOfVolume.CUBIC_FEET,
pyonwater.NativeUnits.cm: UnitOfVolume.CUBIC_METERS,
pyonwater.NativeUnits.GAL: UnitOfVolume.GALLONS,
pyonwater.NativeUnits.CF: UnitOfVolume.CUBIC_FEET,
pyonwater.NativeUnits.CM: UnitOfVolume.CUBIC_METERS,
}


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tenacity = "^8.2.3"
pytz = "^2023.3"
python-dateutil = "^2.8.2"
pydantic = "<2"
pyonwater = "0.3.1"
pyonwater = "0.3.3"

[tool.poetry.group.dev.dependencies]
types-pytz = "^2023.3.0.1"
Expand Down

0 comments on commit e7e34df

Please sign in to comment.