Skip to content

Commit

Permalink
Changed CO2 control gategory
Browse files Browse the repository at this point in the history
  • Loading branch information
veista committed Dec 11, 2022
1 parent 1946738 commit d0abdee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/nilan/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
Map(
"CO2 Low Limit",
"set_co2_low_limit_setpoint",
None,
EntityCategory.CONFIG,
400,
750,
1,
Expand All @@ -423,7 +423,7 @@
Map(
"CO2 High Limit",
"set_co2_high_limit_setpoint",
None,
EntityCategory.CONFIG,
650,
2500,
1,
Expand Down

0 comments on commit d0abdee

Please sign in to comment.