Bump version
This commit is contained in:
parent
26bc35c8a6
commit
e00e147ecd
@ -170,9 +170,7 @@ class HonAppliance:
|
|||||||
|
|
||||||
async def load_attributes(self) -> None:
|
async def load_attributes(self) -> None:
|
||||||
attributes = await self.api.load_attributes(self)
|
attributes = await self.api.load_attributes(self)
|
||||||
for name, values in (
|
for name, values in attributes.pop("shadow", {}).get("parameters", {}).items():
|
||||||
attributes.pop("shadow", {}).get("parameters", {}).items()
|
|
||||||
):
|
|
||||||
if name in self._attributes.get("parameters", {}):
|
if name in self._attributes.get("parameters", {}):
|
||||||
self._attributes["parameters"][name].update(values)
|
self._attributes["parameters"][name].update(values)
|
||||||
else:
|
else:
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open("README.md", "r") as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pyhOn",
|
name="pyhOn",
|
||||||
version="0.14.6",
|
version="0.14.7",
|
||||||
author="Andre Basche",
|
author="Andre Basche",
|
||||||
description="Control hOn devices with python",
|
description="Control hOn devices with python",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
Loading…
Reference in New Issue
Block a user