mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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_SITE_ID = 'default'
|
||||||
DEFAULT_VERIFY_SSL = False
|
DEFAULT_VERIFY_SSL = False
|
||||||
|
|
||||||
REQUIREMENTS = ['aiounifi==3']
|
REQUIREMENTS = ['aiounifi==4']
|
||||||
|
|
||||||
|
|
||||||
async def async_setup(hass, config):
|
async def async_setup(hass, config):
|
||||||
|
@ -127,7 +127,7 @@ aiolifx_effects==0.2.1
|
|||||||
aiopvapi==1.6.14
|
aiopvapi==1.6.14
|
||||||
|
|
||||||
# homeassistant.components.unifi
|
# homeassistant.components.unifi
|
||||||
aiounifi==3
|
aiounifi==4
|
||||||
|
|
||||||
# homeassistant.components.cover.aladdin_connect
|
# homeassistant.components.cover.aladdin_connect
|
||||||
aladdin_connect==0.3
|
aladdin_connect==0.3
|
||||||
|
@ -41,7 +41,7 @@ aiohttp_cors==0.7.0
|
|||||||
aiohue==1.5.0
|
aiohue==1.5.0
|
||||||
|
|
||||||
# homeassistant.components.unifi
|
# homeassistant.components.unifi
|
||||||
aiounifi==3
|
aiounifi==4
|
||||||
|
|
||||||
# homeassistant.components.notify.apns
|
# homeassistant.components.notify.apns
|
||||||
apns2==0.3.0
|
apns2==0.3.0
|
||||||
|
@ -109,7 +109,7 @@ DEVICE_1 = {
|
|||||||
'mac': '00:00:00:00:01:01',
|
'mac': '00:00:00:00:01:01',
|
||||||
'type': 'usw',
|
'type': 'usw',
|
||||||
'name': 'mock-name',
|
'name': 'mock-name',
|
||||||
'portconf_id': '',
|
'port_overrides': [],
|
||||||
'port_table': [
|
'port_table': [
|
||||||
{
|
{
|
||||||
'media': 'GE',
|
'media': 'GE',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user