Skip to content
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9bcd878
Add Synology DSM Security API
Quentame May 5, 2020
be37b0a
Remove device registry cleaning because it's automatic
Quentame May 7, 2020
4aaa4c5
Remove useless options_updated
Quentame May 7, 2020
d466de3
Fix manual update
Quentame May 8, 2020
9bba84d
Refactor Synology DSM device
Quentame May 8, 2020
6a0f8f1
Security is binary + entity_registry_enabled_default + device_class
Quentame May 10, 2020
33cbcb5
Do not fetch the API if all entries of it are disabled
Quentame May 10, 2020
3834e70
Clean + use Synology API_KEY
Quentame May 12, 2020
5bec045
Remove stale CONF_SECURITY
Quentame May 12, 2020
ff5121e
remove logs
Quentame May 12, 2020
dd22a84
Remove stale comments
Quentame May 12, 2020
554ef4b
Remove security translates
Quentame May 12, 2020
dba8051
Add binary_sensor to coverage
Quentame May 13, 2020
6781774
Review async_on_remove
Quentame May 13, 2020
9b862a3
Resolve rebase
Quentame May 13, 2020
cef68ad
Add comment to _should_fetch_api
Quentame May 13, 2020
3ade18a
Use API reset
Quentame May 14, 2020
af715eb
entity unique_id migration
Quentame May 20, 2020
c00a814
SynologyDSMDeviceEntity for disk and volume + add available
Quentame May 20, 2020
f639d25
Review: minor changes
Quentame May 27, 2020
6e0c771
Review: subscribe to fetching, unsubscribe on async_on_remove
Quentame Jun 1, 2020
e209c22
Review : Use dict to avoid loop
Quentame Jun 1, 2020
e385f31
Review: Use async_on_remove to subscribe and unsubscribe with callback
Quentame Jun 2, 2020
c4bf893
Review: callback _async_setup_api_requests
Quentame Jun 2, 2020
fad4d5b
Add caret to separate device name and type
Quentame Jun 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ omit =
homeassistant/components/synology/camera.py
homeassistant/components/synology_chat/notify.py
homeassistant/components/synology_dsm/__init__.py
homeassistant/components/synology_dsm/binary_sensor.py
homeassistant/components/synology_dsm/sensor.py
homeassistant/components/synology_srm/device_tracker.py
homeassistant/components/syslog/notify.py
Expand Down
Loading