HomeAssistant Azure
e76db60367
[ci skip] Translation update
2020-08-05 00:02:19 +00:00
HomeAssistant Azure
8abdc2c969
[ci skip] Translation update
2020-07-27 00:02:58 +00:00
HomeAssistant Azure
9092b83869
[ci skip] Translation update
2020-07-20 00:03:01 +00:00
Robert Svensson
6826a8829c
UniFi - Handle session expiration ( #37782 )
2020-07-12 09:47:26 +02:00
HomeAssistant Azure
251a1d6619
[ci skip] Translation update
2020-07-09 00:05:04 +00:00
J. Nick Koston
f352c51990
Improve unifi device tracker performance ( #37308 )
...
* Improve unifi device tracker performance
The unifi websocket sends an update every second
which generates a significant amount of state
changed updates.
Avoid creating callback functions when they
are not going to be used.
* make _no_heartbeat/_make_disconnected instance methods
* remove extra empty line
* revert is_wired change
* remove extra line
2020-07-02 17:46:37 -05:00
HomeAssistant Azure
e39997ca10
[ci skip] Translation update
2020-06-23 00:09:06 +00:00
Robert Svensson
3a83f4bdbe
Support guest events in UniFi device tracker ( #37008 )
2020-06-22 21:50:34 +02:00
HomeAssistant Azure
3bf389639b
[ci skip] Translation update
2020-06-07 00:03:28 +00:00
HomeAssistant Azure
492874c4a0
[ci skip] Translation update
2020-06-06 00:03:33 +00:00
Robert Svensson
a3865fb383
UniFi - Increase time to mark UniFi devices as away ( #36366 )
2020-06-02 10:35:27 +02:00
HomeAssistant Azure
5920f3379c
[ci skip] Translation update
2020-05-31 00:02:42 +00:00
HomeAssistant Azure
f4a518edcc
[ci skip] Translation update
2020-05-30 00:03:23 +00:00
HomeAssistant Azure
564fb1d1e5
[ci skip] Translation update
2020-05-29 00:04:16 +00:00
HomeAssistant Azure
d4f3bb8ce0
[ci skip] Translation update
2020-05-25 00:02:49 +00:00
HomeAssistant Azure
c10aa13d0b
[ci skip] Translation update
2020-05-20 00:03:49 +00:00
Robert Svensson
648df6d984
UniFi - Fix disabled entities being enabled after a restart ( #35819 )
...
* Async remove call removed too much, resulting in disabled entities coming back after a restart
* Calling super().async_remove is no longer needed, changed to self.async_remove
* Yes, they should be sets...
2020-05-19 23:57:41 +02:00
HomeAssistant Azure
e94f44f294
[ci skip] Translation update
2020-05-17 00:02:56 +00:00
HomeAssistant Azure
f3bb370b3a
[ci skip] Translation update
2020-05-16 00:03:50 +00:00
Robert Svensson
064321c21e
UniFi - Remove unused string definition, pointed out by Bram ( #35678 )
2020-05-15 23:43:00 +02:00
HomeAssistant Azure
9586e9ebef
[ci skip] Translation update
2020-05-15 00:02:56 +00:00
Paulus Schoutsen
0efeefe3b2
Update translations
2020-05-13 11:27:21 -07:00
Robert Svensson
785b8d2bd1
UniFi - Sites don't declare role on UniFiOS 1.7.0 beta ( #35555 )
...
* New way to identify role, compatible with standalone controller or as part of unifios
* Remove error
* Bump dependency to v22
* Remove unused import
2020-05-13 00:37:16 +02:00
Robert Svensson
c71b6c8a71
UniFi - Update device registry after device has been upgraded ( #35430 )
...
* Update device registry if received event saying device has been updated
* Make sure event was the last updated
2020-05-10 17:14:45 +02:00
Robert Svensson
2f5c4b81ba
UniFi - Use more common strings for config flow ( #35399 )
...
* Use more common strings for config flow
* Remove unused strings
2020-05-09 22:22:53 +02:00
Robert Svensson
b62c7abc5d
UniFi - Additional consolidation for cleanliness sake ( #35395 )
...
* Some additional consolidation for cleanliness sake
* Remove unnecessary mac property
2020-05-09 00:34:18 +02:00
Robert Svensson
c8deae6445
UniFi - Make clients proper push based ( #35273 )
...
* Improve client tracker to be more comprehensible and streamlined
Improve block switches
Improve tests
* Small clean up
* Add descriptions on ssid test
* Improve test
* Make polling default off, only POE clients left to verify
* Minor improvements
* On removal cancel scheduled updates
* POE works without polling now
* Combine else and if to an elif
2020-05-08 22:19:27 +02:00
Robert Svensson
c19b222d5a
UniFi - Catch wlan_override without name key ( #35366 )
2020-05-08 09:51:10 -07:00
Robert Svensson
ddd6b9cff1
Capitalize kane610 in codeowners since scripts are case sensitive ( #35375 )
2020-05-08 14:14:10 +02:00
Robert Svensson
53f64bae09
UniFi - Make devices proper push based ( #35152 )
...
* Make devices proper push based
* Improve tests
* Bump dependency to v21
Update fix from #35295 to use library
2020-05-07 09:58:04 +02:00
Robert Svensson
5218b23fce
UniFi - Support SSID filter of SSIDs from access points with extra configuration ( #35295 )
2020-05-06 15:35:04 -07:00
Robert Svensson
c5ce95ff06
UniFi - Improve signalling and handling of adding new entities ( #34925 )
...
* Change signalling and handling of adding devices
* Bump aiounifi to v19
Use the proper variable for roamradio
2020-05-04 19:29:49 +02:00
HomeAssistant Azure
78f846d532
[ci skip] Translation update
2020-05-03 00:02:26 +00:00
Robert Svensson
a2048b4c7a
UniFi - Catch controllers running on UniFi OS that don't have a local user configured ( #35060 )
2020-05-02 14:16:45 -07:00
Robert Svensson
221b07595f
UniFi - Add support for 2.4/5 GHz separated SSIDs ( #35062 )
2020-05-02 14:16:18 -07:00
HomeAssistant Azure
f4f2aff5b6
[ci skip] Translation update
2020-05-02 00:04:57 +00:00
Robert Svensson
72e7beeb76
UniFi - Add simple options flow ( #34990 )
2020-04-30 22:33:22 -07:00
Robert Svensson
7b90cbd2b2
UniFi - Disconnected clients wrongfully marked as wired not created ( #34986 )
2020-04-30 21:06:16 -07:00
HomeAssistant Azure
bd72ddda3c
[ci skip] Translation update
2020-05-01 00:02:55 +00:00
HomeAssistant Azure
5d37eb8eeb
[ci skip] Translation update
2020-04-30 00:03:17 +00:00
Robert Svensson
976457ccef
UniFi - Add a second roaming event ( #34819 )
2020-04-28 22:19:55 -07:00
HomeAssistant Azure
7faba60e83
[ci skip] Translation update
2020-04-29 00:03:31 +00:00
HomeAssistant Azure
e13f78dfc5
[ci skip] Translation update
2020-04-28 00:04:52 +00:00
Erik Montnemery
066e921a8b
Rename SwitchDevice to SwitchEntity ( #34673 )
2020-04-26 18:50:37 +02:00
HomeAssistant Azure
5f775c1427
[ci skip] Translation update
2020-04-25 00:08:30 +00:00
Robert Svensson
b578a76efa
UniFi - Move some preloading of unavailable clients earlier in setup phase ( #34599 )
...
Improve readability of setting up switch platform
2020-04-23 21:29:38 +02:00
Robert Svensson
c3689d7416
UniFi - Store controller in config_entry.entry_id ( #34553 )
...
* Store controller in config_entry.entry_id
* Clean up imports
2020-04-23 16:48:24 +02:00
HomeAssistant Azure
da87ec8499
[ci skip] Translation update
2020-04-23 00:05:07 +00:00
Robert Svensson
224c874673
UniFi - Improve logging related to loosing connection to controller ( #34547 )
2020-04-22 20:45:09 +02:00
Robert Svensson
193e9bec97
UniFi - Simplify config option of block clients to just a multi select drop down ( #34514 )
2020-04-21 20:45:48 -07:00