Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump py synologydsm api to 1.0.5 #63786

Merged
merged 3 commits into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/synology_dsm/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "synology_dsm",
"name": "Synology DSM",
"documentation": "https://www.home-assistant.io/integrations/synology_dsm",
"requirements": ["py-synologydsm-api==1.0.4"],
"requirements": ["py-synologydsm-api==1.0.5"],
"codeowners": ["@hacf-fr", "@Quentame", "@mib1185"],
"config_flow": true,
"ssdp": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ py-nightscout==1.2.2
py-schluter==0.1.7

# homeassistant.components.synology_dsm
py-synologydsm-api==1.0.4
py-synologydsm-api==1.0.5

# homeassistant.components.zabbix
py-zabbix==1.1.7
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ py-melissa-climate==2.1.4
py-nightscout==1.2.2

# homeassistant.components.synology_dsm
py-synologydsm-api==1.0.4
py-synologydsm-api==1.0.5

# homeassistant.components.seventeentrack
py17track==2021.12.2
Expand Down