1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00
ha-core/homeassistant
Quentame d99e228983
Add config flow to Synology DSM (#32704)
* Add config flow to Synology DSM

* Use proper sensor unique ID from flow + sensor name

* Add description to api_version

* Add authentication flow check

* Add device_info

* Add test_login_failed test

* Bump python-synology to 0.5.0

* 0.5.0 test updates

* Use NAS S/N as config_flow unique_id

* Add missed conf disks + volumes

* Review: async_unload the async_track_time_interval

* Fix NoneType for disks or volumes

* Keep all disks and volumes forever

* Update homeassistant/components/synology_dsm/.translations/en.json

Co-Authored-By: J. Nick Koston <nick@koston.org>

* Update homeassistant/components/synology_dsm/strings.json

Co-Authored-By: J. Nick Koston <nick@koston.org>

* Fix "Keep all disks and volumes forever" for empty import

* Fix prettier

* Remove useless LOGGER in config flow

* Fix Synology DSM tests doing I/O

Co-authored-by: J. Nick Koston <nick@koston.org>
2020-04-05 17:50:52 -05:00
..
auth Enable pylint unnecessary-pass (#33650) 2020-04-05 10:33:07 +02:00
components Add config flow to Synology DSM (#32704) 2020-04-05 17:50:52 -05:00
generated Add config flow to Synology DSM (#32704) 2020-04-05 17:50:52 -05:00
helpers Improve string formatting v5 (#33697) 2020-04-05 17:48:55 +02:00
scripts Improve string formatting v5 (#33697) 2020-04-05 17:48:55 +02:00
util Improve string formatting v5 (#33697) 2020-04-05 17:48:55 +02:00
__init__.py
__main__.py Improve string formatting v5 (#33697) 2020-04-05 17:48:55 +02:00
bootstrap.py Use set & dict literals (#33636) 2020-04-04 20:05:15 +02:00
config_entries.py Use set & dict literals (#33636) 2020-04-04 20:05:15 +02:00
config.py Improve string formatting v5 (#33697) 2020-04-05 17:48:55 +02:00
const.py RFC - Add a 3rd state to the HA shutdown sequence for writing… (#33358) 2020-03-30 10:18:39 -07:00
core.py Handle cancellation in ServiceRegistry.async_call (#33644) 2020-04-04 15:36:33 -07:00
data_entry_flow.py Improve string formatting v5 (#33697) 2020-04-05 17:48:55 +02:00
exceptions.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
loader.py Improve string formatting v5 (#33697) 2020-04-05 17:48:55 +02:00
package_constraints.txt Updated frontend to 20200403.0 (#33586) 2020-04-03 10:32:00 -07:00
requirements.py Upgrade mypy to 0.770, tighten config a bit (#32715) 2020-03-12 11:52:20 +01:00
setup.py Fix hassio panel load (#32922) 2020-03-17 17:54:57 -07:00