mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Update pyubee to 0.8 (#30785)
This commit is contained in:
parent
41469cec6c
commit
36796ef649
@ -354,6 +354,7 @@ homeassistant/components/tts/* @robbiet480
|
||||
homeassistant/components/twentemilieu/* @frenck
|
||||
homeassistant/components/twilio_call/* @robbiet480
|
||||
homeassistant/components/twilio_sms/* @robbiet480
|
||||
homeassistant/components/ubee/* @mzdrale
|
||||
homeassistant/components/unifi/* @kane610
|
||||
homeassistant/components/unifiled/* @florisvdk
|
||||
homeassistant/components/upc_connect/* @pvizeli
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "ubee",
|
||||
"name": "Ubee Router",
|
||||
"documentation": "https://www.home-assistant.io/integrations/ubee",
|
||||
"requirements": ["pyubee==0.7"],
|
||||
"requirements": ["pyubee==0.8"],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
"codeowners": ["@mzdrale"]
|
||||
}
|
||||
|
@ -1675,7 +1675,7 @@ pytradfri[async]==6.4.0
|
||||
pytrafikverket==0.1.5.9
|
||||
|
||||
# homeassistant.components.ubee
|
||||
pyubee==0.7
|
||||
pyubee==0.8
|
||||
|
||||
# homeassistant.components.uptimerobot
|
||||
pyuptimerobot==0.0.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user