File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
custom_components/plugwise Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Versions from 0.40 and up
4
4
5
- ## Ongoing
5
+ ## v0.57.1
6
6
7
+ - Bugfix for Stretch (Issue #833 ) via plugwise [ v1.7.2] ( https://github.com/plugwise/python-plugwise/releases/tag/v1.7.2 )
7
8
- Implement HA Core PR [ #138039 ] ( https://github.com/home-assistant/core/pull/138039 )
8
9
9
10
## v0.57.0
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ async def verify_connection(
143
143
errors [CONF_BASE ] = "response_error"
144
144
except UnsupportedDeviceError :
145
145
errors [CONF_BASE ] = "unsupported"
146
- except Exception : # noqa: BLE001
146
+ except Exception :
147
147
_LOGGER .exception (
148
148
"Unknown exception while verifying connection with your Plugwise Smile"
149
149
)
Original file line number Diff line number Diff line change 7
7
"integration_type" : " hub" ,
8
8
"iot_class" : " local_polling" ,
9
9
"loggers" : [" plugwise" ],
10
- "requirements" : [" plugwise==1.7.1 " ],
11
- "version" : " 0.57.0 " ,
10
+ "requirements" : [" plugwise==1.7.2 " ],
11
+ "version" : " 0.57.1 " ,
12
12
"zeroconf" : [" _plugwise._tcp.local." ]
13
13
}
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " plugwise-beta"
3
- version = " 0.56 .1"
3
+ version = " 0.57 .1"
4
4
description = " Plugwise beta custom-component"
5
5
readme = " README.md"
6
6
requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments