Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed Jul 1, 2024
1 parent d982ddd commit 6d1199a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/peaqhvac/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"iot_class": "calculated",
"issue_tracker": "https://github.com/elden1337/hass-peaqhvac/issues",
"requirements": [
"peaqevcore==19.10.8"
"peaqevcore==19.10.24"
],
"version": "3.0.0"
"version": "3.0.2"
}

2 changes: 1 addition & 1 deletion custom_components/peaqhvac/service/hvac/hvactypes/nibe.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_sensor(self, sensor: SensorType = None):
types = {
SensorType.HvacMode: f"sensor.{self.hub.options.systemid}_priority",
SensorType.Offset: f"number.{self.hub.options.systemid}_heating_offset_climate_system_1",
SensorType.DegreeMinutes: f"sensor.{self.hub.options.systemid}_degree_minutes",
SensorType.DegreeMinutes: f"sensor.{self.hub.options.systemid}_degree_minutes_40941",
SensorType.WaterTemp: f"sensor.{self.hub.options.systemid}_hot_water_charging_bt6",
SensorType.HvacTemp: f"sensor.{self.hub.options.systemid}_supply_line_bt2",
SensorType.HotWaterReturn: f"sensor.{self.hub.options.systemid}_return_line_bt3",
Expand Down

0 comments on commit 6d1199a

Please sign in to comment.