HomeAssistant Azure
5ce62c8446
[ci skip] Translation update
2020-09-02 00:03:29 +00:00
Marius
87425d4ab1
Add device_class safety to synology_dsm storage binary_sensors ( #39310 )
...
* add device_class: safety to storage binary_sensors
* Update binary_sensor.py
* Update homeassistant/components/synology_dsm/binary_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update binary_sensor.py
* Import device_class Safety
from homeassistant.components.binary_sensor
* Update binary_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-08-30 11:08:57 +02:00
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 ( #39287 )
2020-08-27 13:56:20 +02:00
HomeAssistant Azure
195d4b6897
[ci skip] Translation update
2020-08-27 00:04:55 +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
HomeAssistant Azure
251a1d6619
[ci skip] Translation update
2020-07-09 00:05:04 +00:00
HomeAssistant Azure
e48bcd2070
[ci skip] Translation update
2020-06-27 00:05:54 +00:00
HomeAssistant Azure
e39997ca10
[ci skip] Translation update
2020-06-23 00:09:06 +00:00
HomeAssistant Azure
140fd5adaf
[ci skip] Translation update
2020-06-09 00:05:22 +00: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
Quentame
e08ba6703c
Bump python-synology to 0.8.2 ( #36410 )
...
* Bump python-synology to 0.8.2
* state_attributes to device_state_attributes
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-04 00:18:43 +02:00
Scotte Zinn
95563e04e8
Allow synology_dsm configuration to specify a host name ( #36305 )
...
* Allow configuration to specify a host name.
This will default to "synology", so the sensors would be named
sensor.synology_... which is the original implementation.
By specifying a name, which is required for multiple synology hosts,
you can then have sensor.hostA_... and sensor.hostB_...
* Get the base name for the sensors from the Synology DSM hostname
* Don't need the name for the config
* Added missing import
* Fixed another typo
* Removed definition of unused BASE_NAME
* Removed end of line to revert
* Moved for ordering
2020-06-03 13:01:13 +02:00
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
HomeAssistant Azure
564fb1d1e5
[ci skip] Translation update
2020-05-29 00:04:16 +00:00
HomeAssistant Azure
973f66a974
[ci skip] Translation update
2020-05-22 00:05:00 +00:00
HomeAssistant Azure
e94f44f294
[ci skip] Translation update
2020-05-17 00:02:56 +00:00
Quentame
d8c7a10fd7
Bump python-synology to 0.8.1 ( #35640 )
...
* Bump python-synology to 0.8.1
* Fix tests
2020-05-14 22:20:53 -05: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
Xiaonan Shen
36ad9a25e3
Fix synology temperature rounding ( #35556 )
...
* Fix synology temperature rounding
* Remove stale comment
2020-05-13 03:10:17 +02:00
Paulus Schoutsen
dd32324e01
Use config flow references for data ( #35529 )
2020-05-12 10:50:44 -07:00
Quentame
0ed25e9f4e
Fix Synology DSM discovery can't be ignored ( #35331 )
2020-05-07 10:31:35 -07:00
Quentame
81651b0b25
Add Synology DSM scan interval option flow ( #35183 )
...
* Add Synology DSM scan interval option flow
* Add options tests
* Review: use entry.update_listeners
* Use cv.positive_int
* Try to fix "ValueError: Config entry has already been setup!"
* Fix ValueError
2020-05-07 00:15:49 +02:00
Quentame
94b6130af6
Fix Synology DSM sensor to be False or 0 ( #35208 )
2020-05-04 23:19:08 +02:00
Ron Heft
42750088b9
Add support for refreshing synology_dsm sensors ( #35141 )
...
* Add support for refreshing synology_dsm sensors
Now supports `home_assistant.update_entity` service
* Don't immediately update sensors on add
This fixes all sensors being forcefully refreshed when setup.
2020-05-04 01:07:14 +02:00
Quentame
661656e373
Fix Synology NAS discovered multiple times ( #35094 )
2020-05-02 22:46:55 -07:00
HomeAssistant Azure
78f846d532
[ci skip] Translation update
2020-05-03 00:02:26 +00:00
Quentame
e602de55ac
Bump python-synology to 0.8.0 + Fix disk space incorrect sensor type ( #35068 )
...
* Fix Synology disk space incorrect sensor type
* Review 1
2020-05-02 20:31:15 +02:00
HomeAssistant Azure
f4f2aff5b6
[ci skip] Translation update
2020-05-02 00:04:57 +00:00
Quentame
dff2ee2156
Bump python-synology to 0.7.4 ( #35052 )
2020-05-02 01:31:39 +02: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
Quentame
2788de9b10
Bump python-synology to 0.7.3 ( #34847 )
2020-04-29 13:41:37 +02:00
HomeAssistant Azure
7faba60e83
[ci skip] Translation update
2020-04-29 00:03:31 +00:00
Quentame
a217630fdd
Bump python-synology to 0.7.2 ( #34830 )
2020-04-28 17:23:39 -05:00
HomeAssistant Azure
e13f78dfc5
[ci skip] Translation update
2020-04-28 00:04:52 +00:00
HomeAssistant Azure
aa2bfbb541
[ci skip] Translation update
2020-04-27 00:02:20 +00:00
Quentame
1c84905bcd
Bump python-synology to 0.7.1 ( #34728 )
2020-04-26 22:25:13 +02:00
HomeAssistant Azure
90e0a1af8a
[ci skip] Translation update
2020-04-26 00:02:45 +00:00
Quentame
b44464e0fa
Fix Synology DSM translation ( #34696 )
2020-04-26 00:37:41 +02:00
HomeAssistant Azure
5f775c1427
[ci skip] Translation update
2020-04-25 00:08:30 +00:00
Quentame
b741199ed3
Log config flow errors ( #34665 )
2020-04-24 23:10:57 +02:00
J. Nick Koston
f94329dbbd
Handle synology_dsm discovery broadcasting on multiple ip addresses ( #34623 )
2020-04-23 17:53:18 -07:00
HomeAssistant Azure
5ba0ccd43b
[ci skip] Translation update
2020-04-24 00:04:36 +00:00
HomeAssistant Azure
da87ec8499
[ci skip] Translation update
2020-04-23 00:05:07 +00:00
Quentame
a8cd7203df
Bump python-synology to 0.7.0 ( #34534 )
2020-04-22 16:28:47 -05:00
Joakim Sørensen
730a257f3c
Rename translations dir for integrations ( #34494 )
2020-04-21 16:11:05 -07:00
Paulus Schoutsen
95357dfc55
Update translations
2020-04-20 16:33:54 -07:00