File tree Expand file tree Collapse file tree
custom_components/plugwise_usb Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Versions from 0.4x
44
5+ ### v0.50.1
6+
7+ - Fix error in Number platform
8+
59### v0.50.0
610
711- Link to plugwise_usb v0.40.0 - fully reworked [ async version] ( https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.40.0 )
Original file line number Diff line number Diff line change 1212 NumberEntityDescription ,
1313)
1414from homeassistant .const import EntityCategory , Platform , UnitOfTime
15- from homeassistant .core import callback
15+ from homeassistant .core import HomeAssistant , callback
1616from homeassistant .helpers .entity_platform import AddEntitiesCallback
1717from plugwise_usb .api import NodeEvent , NodeFeature
1818
@@ -100,6 +100,7 @@ class PlugwiseNumberEntityDescription(
100100
101101
102102async def async_setup_entry (
103+ _hass : HomeAssistant ,
103104 config_entry : PlugwiseUSBConfigEntry ,
104105 async_add_entities : AddEntitiesCallback ,
105106) -> None :
Original file line number Diff line number Diff line change 11[project ]
22name = " plugwise_usb-beta"
3- version = " 0.50.0 "
3+ version = " 0.50.1 "
44description = " Plugwise USB custom_component (BETA)"
55readme = " README.md"
66requires-python = " >=3.13"
You can’t perform that action at this time.
0 commit comments