Skip to content

Commit f5b6a15

Browse files
committed
bouwew: improve text strings
bouwew: bump minor version number
1 parent bb0a9ce commit f5b6a15

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## v0.55.13 - 2025-09-03
3+
## v0.56.0 - 2025-09-03
44

55
- Activate new Sense hysteresis based switch action via PR [326](https://github.com/plugwise/plugwise_usb-beta/pull/326)
6+
- Link to plugwise_usb [v0.45.0](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.45.0)
67

78
### v0.55.12 - 2025-09-01
89

custom_components/plugwise_usb/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"issue_tracker": "https://github.com/plugwise/python-plugwise-usb/issues",
1111
"loggers": ["plugwise_usb"],
1212
"requirements": ["plugwise-usb==0.45.0"],
13-
"version": "0.55.13"
13+
"version": "0.56.0"
1414
}

custom_components/plugwise_usb/strings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@
136136
"name": "Enable humidity switching on hysteresis"
137137
},
138138
"sense_humidity_direction": {
139-
"name": "Switch on or off on increasing or decreasing humidity"
139+
"name": "Switch on increasing or decreasing humidity"
140140
},
141141
"sense_temperature_enabled": {
142142
"name": "Enable temperature switching on hysteresis"
143143
},
144144
"sense_temperature_direction": {
145-
"name": "Switch on or off on increasing or decreasing temperature"
145+
"name": "Switch on increasing or decreasing temperature"
146146
}
147147
},
148148
"number": {

custom_components/plugwise_usb/translations/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@
136136
"name": "Enable humidity switching on hysteresis"
137137
},
138138
"sense_humidity_direction": {
139-
"name": "Switch on or off on increasing or decreasing humidity"
139+
"name": "Switch on increasing or decreasing humidity"
140140
},
141141
"sense_temperature_enabled": {
142142
"name": "Enable temperature switching on hysteresis"
143143
},
144144
"sense_temperature_direction": {
145-
"name": "Switch on or off on increasing or decreasing temperature"
145+
"name": "Switch on increasing or decreasing temperature"
146146
}
147147
},
148148
"number": {

custom_components/plugwise_usb/translations/nl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@
136136
"name": "Zet schakelen op luchtvochtigheid hysterese aan"
137137
},
138138
"sense_humidity_direction": {
139-
"name": "Schakel aan of uit bij stijgende luchtvochtigheid"
139+
"name": "Schakel bij stijgende of dalende luchtvochtigheid"
140140
},
141141
"sense_temperature_enabled": {
142142
"name": "Zet schakelen op temperatuur hysterese aan"
143143
},
144144
"sense_temperature_direction": {
145-
"name": "Schakel aan of uit bij stijgende temperatuur"
145+
"name": "Schakel bij stijgende of dalende temperatuur"
146146
}
147147
},
148148
"number": {

0 commit comments

Comments
 (0)