core/homeassistant/components/synology_dsm
Quentame 26cbca101a
Refactor Synology entries to allow not fetching the API when it's disabled + add security binary sensor (#35565)
- add Synology DSM Security binary sensor (enabled by default)
- use device name instead of id in names
- add device type to name
- show disk manufacturer, model and firmware version in devices
- some entries are disabled by default (`entity_registry_enabled_default`)
- binary sensor + sensor uses `device_class` when possible
- do not fetch a concerned API if all entries of it are disabled
- entity unique_id now uses key instead of label
- entity entity_id changes for disk and volume: example from `sensor.synology_status_sda` to `sensor.synology_drive_1_status`, or from `sensor.synology_average_disk_temp_volume_1` to `sensor.synology_volume_1_average_disk_temp`
- now binary sensor:
  - disk_exceed_bad_sector_thr
  - disk_below_remain_life_thr
- removed sensor:
  - volume type (RAID, SHR ...)
  - disk name (Drive [X])
  - disk device (/dev/sd[Y])
2020-06-02 18:22:51 +02:00
..
translations [ci skip] Translation update 2020-05-29 00:04:16 +00:00
__init__.py Refactor Synology entries to allow not fetching the API when it's disabled + add security binary sensor (#35565) 2020-06-02 18:22:51 +02:00
binary_sensor.py Refactor Synology entries to allow not fetching the API when it's disabled + add security binary sensor (#35565) 2020-06-02 18:22:51 +02:00
config_flow.py Fix Synology DSM discovery can't be ignored (#35331) 2020-05-07 10:31:35 -07:00
const.py Refactor Synology entries to allow not fetching the API when it's disabled + add security binary sensor (#35565) 2020-06-02 18:22:51 +02:00
manifest.json Bump python-synology to 0.8.1 (#35640) 2020-05-14 22:20:53 -05:00
sensor.py Refactor Synology entries to allow not fetching the API when it's disabled + add security binary sensor (#35565) 2020-06-02 18:22:51 +02:00
strings.json Use config flow references for data (#35529) 2020-05-12 10:50:44 -07:00