Skip to content

Commit

Permalink
Merge pull request #38 from rikroe/ct200-dhw-openwindowdetection
Browse files Browse the repository at this point in the history
CT200: Move dhw1 openWindowDetectionStatus to zone circuit
  • Loading branch information
pszafer authored Jan 5, 2024
2 parents 37e70c5 + ab9849d commit 5b90990
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions bosch_thermostat_client/db/easycontrol/031302.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@
"name": "humidity",
"state_class": "measurement",
"device_class": "humidity"
},
"openWindowDetectionStatus": {
"id": "openWindowDetection/status",
"name": "openWindowDetection Status"
}
}
},
Expand Down Expand Up @@ -265,10 +269,6 @@
"hotWaterSystem": {
"id": "hotWaterSystem",
"name": "hotWaterSystem"
},
"openWindowDetectionStatus": {
"id": "openWindowDetection/status",
"name": "openWindowDetection Status"
}
}
},
Expand Down
8 changes: 4 additions & 4 deletions bosch_thermostat_client/db/easycontrol/040000.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@
"name": "humidity",
"state_class": "measurement",
"device_class": "humidity"
},
"openWindowDetectionStatus": {
"id": "openWindowDetection/status",
"name": "openWindowDetection Status"
}
}
},
Expand Down Expand Up @@ -318,10 +322,6 @@
"hotWaterSystem": {
"id": "hotWaterSystem",
"name": "hotWaterSystem"
},
"openWindowDetectionStatus": {
"id": "openWindowDetection/status",
"name": "openWindowDetection Status"
}
}
},
Expand Down
8 changes: 4 additions & 4 deletions bosch_thermostat_client/db/easycontrol/040200.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@
"name": "humidity",
"state_class": "measurement",
"device_class": "humidity"
},
"openWindowDetectionStatus": {
"id": "openWindowDetection/status",
"name": "openWindowDetection Status"
}
}
},
Expand Down Expand Up @@ -318,10 +322,6 @@
"hotWaterSystem": {
"id": "hotWaterSystem",
"name": "hotWaterSystem"
},
"openWindowDetectionStatus": {
"id": "openWindowDetection/status",
"name": "openWindowDetection Status"
}
}
},
Expand Down
8 changes: 4 additions & 4 deletions bosch_thermostat_client/db/easycontrol/040201.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@
"name": "humidity",
"state_class": "measurement",
"device_class": "humidity"
},
"openWindowDetectionStatus": {
"id": "openWindowDetection/status",
"name": "openWindowDetection Status"
}
}
},
Expand Down Expand Up @@ -318,10 +322,6 @@
"hotWaterSystem": {
"id": "hotWaterSystem",
"name": "hotWaterSystem"
},
"openWindowDetectionStatus": {
"id": "openWindowDetection/status",
"name": "openWindowDetection Status"
}
}
},
Expand Down

0 comments on commit 5b90990

Please sign in to comment.