Skip to content

Commit

Permalink
Bump pyubee to 0.7 to support more models (#24477)
Browse files Browse the repository at this point in the history
* Bump pyubee to 0.7 to support more models

* Update requirements_all.txt
  • Loading branch information
mzdrale authored and balloob committed Jun 11, 2019
1 parent 70bbb86 commit 046a4fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/ubee/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
vol.Any(
'EVW32C-0N',
'EVW320B',
'EVW321B',
'EVW3200-Wifi',
'EVW3226@UPC',
),
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ubee/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Ubee",
"documentation": "https://www.home-assistant.io/components/ubee",
"requirements": [
"pyubee==0.6"
"pyubee==0.7"
],
"dependencies": [],
"codeowners": []
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ pytradfri[async]==6.0.1
pytrafikverket==0.1.5.9

# homeassistant.components.ubee
pyubee==0.6
pyubee==0.7

# homeassistant.components.uptimerobot
pyuptimerobot==0.0.5
Expand Down

0 comments on commit 046a4fc

Please sign in to comment.