Skip to content

Commit e0faa36

Browse files
authored
Bump pymonoprice to 0.5 (home-assistant#146936)
1 parent 14b270a commit e0faa36

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

homeassistant/components/monoprice/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://www.home-assistant.io/integrations/monoprice",
77
"iot_class": "local_polling",
88
"loggers": ["pymonoprice"],
9-
"requirements": ["pymonoprice==0.4"]
9+
"requirements": ["pymonoprice==0.5"]
1010
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/hassfest/requirements.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,6 @@
229229
# pymochad > pbr > setuptools
230230
"pbr": {"setuptools"}
231231
},
232-
"monoprice": {
233-
# https://github.com/etsinko/pymonoprice/issues/9
234-
# pymonoprice > pyserial-asyncio
235-
"pymonoprice": {"pyserial-asyncio"}
236-
},
237232
"nibe_heatpump": {"nibe": {"async-timeout"}},
238233
"norway_air": {"pymetno": {"async-timeout"}},
239234
"opengarage": {"open-garage": {"async-timeout"}},

0 commit comments

Comments
 (0)