diff --git a/README.md b/README.md index b7b9e42..59aa510 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Configure in the main Home Assistant config yaml, or an included notify.yaml With the user and password added to the HomeAssistant `secrets.yaml` file -Optionally an `smscentre` can also be configured. +Optionally an `smscentre` can be configured, and also `timeout` in seconds tuned ( default 20 seconds). ## Options diff --git a/custom_components/mikrotik_sms/manifest.json b/custom_components/mikrotik_sms/manifest.json index b9d7999..eb503e8 100644 --- a/custom_components/mikrotik_sms/manifest.json +++ b/custom_components/mikrotik_sms/manifest.json @@ -1,7 +1,7 @@ { "domain":"mikrotik_sms", "name":"Mikrotik SMS", - "version":"0.6", + "version":"0.7", "requirements":[ "routeros_api==0.17.0" ],