Skip to content

Commit b10b1bc

Browse files
committed
Save updated json-files, ruff changes
1 parent 9c467fd commit b10b1bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fixtures/adam_plus_anna_new/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dev_class": "zone_thermostat",
4545
"hardware": "1",
4646
"location": "f2bf9048bef64cc5b6d5110154e33c81",
47-
"model": "Emma",
47+
"model": "Emma Pro",
4848
"model_id": "170-01",
4949
"name": "Emma",
5050
"sensors": {

fixtures/m_adam_cooling/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dev_class": "zone_thermostat",
3434
"hardware": "1",
3535
"location": "f2bf9048bef64cc5b6d5110154e33c81",
36-
"model": "Emma",
36+
"model": "Emma Pro",
3737
"model_id": "170-01",
3838
"name": "Emma",
3939
"sensors": {

fixtures/m_adam_heating/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dev_class": "zone_thermostat",
3939
"hardware": "1",
4040
"location": "f2bf9048bef64cc5b6d5110154e33c81",
41-
"model": "Emma",
41+
"model": "Emma Pro",
4242
"model_id": "170-01",
4343
"name": "Emma",
4444
"sensors": {

plugwise/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
HW_MODELS: Final[dict[str, str]] = {
4747
"143.1": "ThermoTouch",
4848
"159.2": "Adam",
49-
# "?????": "Emma Essential",
49+
# "?????": "Emma Essential",
5050
"170.1": "Emma Pro wired",
5151
"106-03": "Tom/Floor",
5252
"158-01": "Lisa",

0 commit comments

Comments
 (0)