Skip to content

Commit

Permalink
Update description and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Aug 9, 2024
1 parent ffc74b0 commit 67a02b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/sagemcom_fast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/imicknl/ha-sagemcom-fast/issues",
"requirements": [
"sagemcom_api==1.3.0"
"sagemcom_api==1.3.1"
],
"ssdp": [
{
Expand Down
2 changes: 1 addition & 1 deletion custom_components/sagemcom_fast/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ssl": "[%key:common::config_flow::data::ssl%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"description": "Enter your credentials for accessing the routers web interface. Depending on the router model, Sagemcom is using different encryption methods for authentication, which can be found in the [supported devices](https://github.com/iMicknl/ha-sagemcom-fast#supported-devices) list."
"description": "Enter your credentials for accessing the router's web interface. The first login may take longer (up to a minute) as we retrieve the encryption method used by your router. For more information, see the [supported devices](https://github.com/iMicknl/ha-sagemcom-fast#supported-devices)."
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sagemcom_api==1.3.0
sagemcom_api==1.3.1

0 comments on commit 67a02b1

Please sign in to comment.