File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ async def async_get_devices_data(self) -> SensiboData:
171171
172172 active_features = list (ac_states )
173173 full_features = set ()
174- if _capabilities := capabilities .get ("modes" ) is not None :
174+ if ( _capabilities := capabilities .get ("modes" ) ) is not None :
175175 for mode in _capabilities :
176176 if "temperatures" in _capabilities [mode ]:
177177 full_features .add ("targetTemperature" )
Original file line number Diff line number Diff line change 55print (find_packages ())
66setup (
77 name = "pysensibo" ,
8- version = "1.0.34 " ,
8+ version = "1.0.35 " ,
99 description = "asyncio-friendly python API for Sensibo" ,
1010 long_description = "asyncio-friendly python API for Sensibo"
1111 "(https://sensibo.com). Supported on Python 3.11+" ,
You can’t perform that action at this time.
0 commit comments