diff --git a/addons/mosquitto/index.html b/addons/mosquitto/index.html index f8a24eafe4..2327fefc00 100644 --- a/addons/mosquitto/index.html +++ b/addons/mosquitto/index.html @@ -86,7 +86,9 @@ "customize": { "active": false, "folder": "mosquitto" - } + }, + "certfile": "fullchain.pem", + "keyfile": "privkey.pem" } diff --git a/atom.xml b/atom.xml index 8adff24bb3..239418f971 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
1.3.6.1.4.1.25053.1.2.2.1.1.3.1.1.1.6
1.3.6.1.2.1.4.22.1.2
To use the SNMP version 1 platform in your installation, add the following to your configuration.yaml
file:
The rss_feed_template
component can export any information from Home Assistant as a static RSS feed. This can be used to display that information on many types of devices using an RSS reader. While native apps for Home Assistant are not widely available, native RSS readers exist for almost any platform.
For example, on Android, the app “Simple RSS Widget” can be used to display temperatures on the home screen.
-# Example configuration.yml entry
+# Example configuration.yaml entry
rss_feed_template:
# Accessible on <home assistant url>/api/rss_template/garden
# Example: https://localhost:8123/api/rss_template/garden
diff --git a/components/tellduslive/index.html b/components/tellduslive/index.html
index 54baea0231..961e854432 100644
--- a/components/tellduslive/index.html
+++ b/components/tellduslive/index.html
@@ -74,24 +74,18 @@
- The tellduslive
component let you connect to Telldus Live. It’s cloud platform that connects to your Tellstick connected gear at home.
-To get started using Telldus Live, you will have to obtain developer keys from the developer page.
-To integrate your Telldus Live with Home Assistant, add the following section to your configuration.yaml
file:
+ The tellduslive
component let you connect to Telldus Live. It’s cloud platform that connects to your Tellstick Net or Tellstick ZNet connected gear at home.
+Home Assistant will automatically discover the presence of a Tellstick Net or Tellstick ZNet on your local network if the discovery component is enabled. To manually integrate your Telldus Live with Home Assistant, e.g. if your device is on another network or in another location, add the following section to your configuration.yaml
file:
# Example configuration.yaml entry
tellduslive:
- public_key: ABCDEFGHJKLMNOPQRSTUVXYZ
- private_key: ABCDEFGHJKLMNOPQRSTUVXYZ
- token: ABCDEFGHJKLMNOPQRSTUVXYZ
- token_secret: ABCDEFGHJKLMNOPQRSTUVXYZ
Configuration variables:
- - public_key (Required): The public key for the Telldus Live service.
- - private_key (Required): The private key for the Telldus Live service.
- - token (Required): The token for the Telldus Live service.
- - token_secret (Required): The token secret for the Telldus Live service.
+ - host (Optional): Host address to Tellstick Net or Tellstick ZNet for Local API, only useful when automatic discovery is not enabled.
+ - update_interval (Optional): Interval (in seconds) for polling the Telldus Live server (or the local server).
+The component will offer configuration through the Home Assistant user interface where it will let you associate it with your Telldus Live account.