mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
UniFi - Fix issue with POE switch reset switch config (#20021)
* Fix issue when controlling POE would reset configuration for all other ports on same device
This commit is contained in:
parent
eabc7b22cd
commit
d3f2854c89
@ -22,7 +22,7 @@ DEFAULT_PORT = 8443
|
||||
DEFAULT_SITE_ID = 'default'
|
||||
DEFAULT_VERIFY_SSL = False
|
||||
|
||||
REQUIREMENTS = ['aiounifi==3']
|
||||
REQUIREMENTS = ['aiounifi==4']
|
||||
|
||||
|
||||
async def async_setup(hass, config):
|
||||
|
@ -127,7 +127,7 @@ aiolifx_effects==0.2.1
|
||||
aiopvapi==1.6.14
|
||||
|
||||
# homeassistant.components.unifi
|
||||
aiounifi==3
|
||||
aiounifi==4
|
||||
|
||||
# homeassistant.components.cover.aladdin_connect
|
||||
aladdin_connect==0.3
|
||||
|
@ -41,7 +41,7 @@ aiohttp_cors==0.7.0
|
||||
aiohue==1.5.0
|
||||
|
||||
# homeassistant.components.unifi
|
||||
aiounifi==3
|
||||
aiounifi==4
|
||||
|
||||
# homeassistant.components.notify.apns
|
||||
apns2==0.3.0
|
||||
|
@ -109,7 +109,7 @@ DEVICE_1 = {
|
||||
'mac': '00:00:00:00:01:01',
|
||||
'type': 'usw',
|
||||
'name': 'mock-name',
|
||||
'portconf_id': '',
|
||||
'port_overrides': [],
|
||||
'port_table': [
|
||||
{
|
||||
'media': 'GE',
|
||||
|
Loading…
x
Reference in New Issue
Block a user