diff --git a/README.md b/README.md index 6e800ca0..01e2a2dc 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,11 @@ Environment variables are loaded from a `.env` file and validated using `pydanti - **SYNC_MEETINGS** - Interval in seconds to generate ``meetings`` information using an `ics` URL. - **SYNC_EVENTS** - Interval in seconds to generate ``events`` information using `calendar` or `outlook` application. +**Scheduled Weather Alert** +- **WEATHER_ALERT** - Time (in 24h `HH:MM` format) when the weather alert should be fired - Example: `09:00` +> Alerts in SMS and Email if temperature is higher than 100 or lower than 36 or severe weather warnings.
+> This feature can also be enabled from `automation.yaml` by using the keyword `weather` in phrase for the `task` + **[Wi-Fi Controls](https://github.com/thevickypedia/pywifi-controls)** - **WIFI_SSID** - SSID of the wireless connection. - **WIFI_PASSWORD** - Password for the wireless connection. @@ -284,7 +289,7 @@ Environment variables are loaded from a `.env` file and validated using `pydanti -v /etc/ssl/certs:/etc/ssl/certs \ -w "${PWD}" \ --user "$(id -u):$(id -g)" \ - rhasspy/larynx + thevickypedia/speech-synthesis ``` :bulb:   Speech Synthesis can run on a docker container for better voices but, response might be negligibly slower. If you don't have docker installed or simply don't want to use it, set the `SPEECH_SYNTHESIS_TIMEOUT` env var to 0. This is also done automatically if failed to launch a docker container upon startup. diff --git a/docs/README.html b/docs/README.html index b36a9474..61ae2964 100644 --- a/docs/README.html +++ b/docs/README.html @@ -286,6 +286,14 @@

Featuresmeetings information using an ics URL.

  • SYNC_EVENTS - Interval in seconds to generate events information using calendar or outlook application.

  • +

    Scheduled Weather Alert

    + +
    +

    Alerts in SMS and Email if temperature is higher than 100 or lower than 36 or severe weather warnings.
    +This feature can also be enabled from automation.yaml by using the keyword weather in phrase for the task

    +

    Wi-Fi Controls

    - + +
  • endpoint (in module jarvis.modules.templates.templates) +
  • +
  • EndpointTemplates (class in jarvis.modules.templates.templates) +
  • energy_threshold (jarvis.modules.models.classes.RecognizerSettings attribute)
  • Entrypoint (class in jarvis.api.squire.discover) @@ -616,11 +622,11 @@

    E

  • EnvConfig (class in jarvis.modules.models.classes)
  • EnvConfig.Config (class in jarvis.modules.models.classes) -
  • -
  • event_app (jarvis.modules.models.classes.EnvConfig attribute)