hass-core/homeassistant/components/unifiprotect
J. Nick Koston 6e322c310b
Split binary sensor classes in unifiprotect (#119696)
* Split binary sensor classes in unifiprotect

There were two types of binary sensors, ones that can change device_class at
run-time (re-mountable ones), and ones that cannot. Instead of having
branching in the class, split the class

* tweak order to match name
2024-06-14 13:16:49 -05:00
..
__init__.py Soften unifiprotect EA channel message (#119641) 2024-06-13 16:31:39 -05:00
binary_sensor.py Split binary sensor classes in unifiprotect (#119696) 2024-06-14 13:16:49 -05:00
button.py Reduce duplicate code in unifiprotect (#119624) 2024-06-13 11:44:29 -05:00
camera.py Reduce duplicate code in unifiprotect (#119624) 2024-06-13 11:44:29 -05:00
config_flow.py Switch unifiprotect lib to use uiprotect (#119243) 2024-06-09 18:25:39 -05:00
const.py Switch unifiprotect lib to use uiprotect (#119243) 2024-06-09 18:25:39 -05:00
data.py Dispatch unifiprotect websocket messages based on model (#119633) 2024-06-13 16:17:31 -05:00
diagnostics.py Migrate unifiprotect to use entry.runtime_data (#119507) 2024-06-12 17:49:18 +02:00
discovery.py Add empty line after module docstring [t-v] (#112705) 2024-03-08 10:35:23 -05:00
entity.py Remove useless delegation in unifiprotect (#119514) 2024-06-12 22:23:18 +02:00
icons.json Add missing icon for Unifi protect service (#113508) 2024-03-15 16:40:48 +01:00
light.py Reduce duplicate code in unifiprotect (#119624) 2024-06-13 11:44:29 -05:00
lock.py Reduce duplicate code in unifiprotect (#119624) 2024-06-13 11:44:29 -05:00
manifest.json Bump uiprotect to 1.7.1 (#119694) 2024-06-14 10:56:26 -05:00
media_player.py Reduce duplicate code in unifiprotect (#119624) 2024-06-13 11:44:29 -05:00
media_source.py Reduce duplicate code in unifiprotect (#119624) 2024-06-13 11:44:29 -05:00
migrate.py Migrate unifiprotect to use entry.runtime_data (#119507) 2024-06-12 17:49:18 +02:00
models.py Switch unifiprotect lib to use uiprotect (#119243) 2024-06-09 18:25:39 -05:00
number.py Reduce duplicate code in unifiprotect (#119624) 2024-06-13 11:44:29 -05:00
repairs.py Use the existing api client for unifiprotect repairs if available (#119640) 2024-06-13 16:17:11 -05:00
select.py Reduce duplicate code in unifiprotect (#119624) 2024-06-13 11:44:29 -05:00
sensor.py Reduce duplicate code in unifiprotect (#119624) 2024-06-13 11:44:29 -05:00
services.py Switch unifiprotect lib to use uiprotect (#119243) 2024-06-09 18:25:39 -05:00
services.yaml Add UniFi Protect service to remove privacy zones (#111292) 2024-03-14 07:34:45 -10:00
strings.json Soften unifiprotect EA channel message (#119641) 2024-06-13 16:31:39 -05:00
switch.py Reduce duplicate code in unifiprotect (#119624) 2024-06-13 11:44:29 -05:00
text.py Reduce duplicate code in unifiprotect (#119624) 2024-06-13 11:44:29 -05:00
utils.py Bump uiprotect to 1.4.1 (#119653) 2024-06-13 21:01:25 -05:00
views.py Migrate unifiprotect to use entry.runtime_data (#119507) 2024-06-12 17:49:18 +02:00