Skip to content

Commit

Permalink
Merge pull request #37 from Crewski/alkalinity
Browse files Browse the repository at this point in the history
fix typo in ChemControllerIndex sensor for 'alkalinity'
  • Loading branch information
Crewski authored Jul 6, 2023
2 parents 3c06c2c + eb3e2de commit 0791147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/njspc_ha/chemistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def native_min_value(self) -> int:
return 0
case "calciumHardness":
return 25
case "alklalinity":
case "alkalinity":
return 25
case "cyanuricAcid":
return 0
Expand All @@ -307,7 +307,7 @@ def native_max_value(self) -> int:
return 201
case "calciumHardness":
return 800
case "alklalinity":
case "alkalinity":
return 800
case "cyanuricAcid":
return 201
Expand Down

0 comments on commit 0791147

Please sign in to comment.