File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
custom_components/plugwise_usb Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.58.2 - 2026-01-29
4+
5+ - Update plugwise_usb to [ v0.47.2] ( https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.2 ) fixing a bug.
6+
37## v0.58.1 - 2025-09-27
48
59- Cache-related bugfix via plugwise_usb [ v0.47.1] ( https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.1 )
Original file line number Diff line number Diff line change 99 "iot_class" : " local_polling" ,
1010 "issue_tracker" : " https://github.com/plugwise/python-plugwise-usb/issues" ,
1111 "loggers" : [" plugwise_usb" ],
12- "requirements" : [" plugwise-usb==0.47.1 " ],
13- "version" : " 0.58.1 "
12+ "requirements" : [" plugwise-usb==0.47.2 " ],
13+ "version" : " 0.58.2 "
1414}
Original file line number Diff line number Diff line change 11[project ]
22name = " plugwise_usb-beta"
3- version = " 0.58.1 "
3+ version = " 0.58.2 "
44description = " Plugwise USB custom_component (BETA)"
55readme = " README.md"
66requires-python = " >=3.13"
Original file line number Diff line number Diff line change 1111
1212from custom_components .plugwise_usb .const import CONF_USB_PATH , DOMAIN
1313from homeassistant .core import HomeAssistant
14-
1514from pytest_homeassistant_custom_component .common import MockConfigEntry
1615
1716TEST_MAC : Final [str ] = "01:23:45:67:AB"
You can’t perform that action at this time.
0 commit comments