From c85f39b282abeb38e7f0bda24f3418afb3583e1a Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 28 Jun 2017 07:09:43 +0000 Subject: [PATCH] Site updated at 2017-06-28 07:09:43 UTC --- addons/dnsmasq/index.html | 3 ++ addons/mariadb/index.html | 8 ++++- atom.xml | 2 +- blog/categories/announcements/atom.xml | 2 +- blog/categories/community/atom.xml | 2 +- blog/categories/device-tracking/atom.xml | 2 +- blog/categories/esp8266/atom.xml | 2 +- blog/categories/how-to/atom.xml | 2 +- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/atom.xml | 2 +- blog/categories/iot-data/atom.xml | 2 +- blog/categories/media/atom.xml | 2 +- blog/categories/merchandise/atom.xml | 2 +- blog/categories/micropython/atom.xml | 2 +- blog/categories/mqtt/atom.xml | 2 +- blog/categories/organisation/atom.xml | 2 +- blog/categories/owntracks/atom.xml | 2 +- blog/categories/presence-detection/atom.xml | 2 +- .../public-service-announcement/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 2 +- blog/categories/survey/atom.xml | 2 +- blog/categories/talks/atom.xml | 2 +- blog/categories/technology/atom.xml | 2 +- blog/categories/user-stories/atom.xml | 2 +- blog/categories/video/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- sitemap.xml | 30 +++++++++---------- 27 files changed, 49 insertions(+), 40 deletions(-) diff --git a/addons/dnsmasq/index.html b/addons/dnsmasq/index.html index efaad8a0ce..241ce5357d 100644 --- a/addons/dnsmasq/index.html +++ b/addons/dnsmasq/index.html @@ -76,6 +76,9 @@

Setup and manage a Dnsmasq dns server. This allow your to manipulate some dns requests. I.e. that inside your network, your homeassistant domain will resolve with a internal address.

+

+interface options are for resinos based installation. On other system you can set it to "", for listen on every interface. +

{
   "defaults": ["8.8.8.8", "8.8.4.4"],
   "forwards": [
diff --git a/addons/mariadb/index.html b/addons/mariadb/index.html
index f1493628d3..8c08294356 100644
--- a/addons/mariadb/index.html
+++ b/addons/mariadb/index.html
@@ -82,7 +82,7 @@
     {
       "username": "hass",
       "host": "172.17.0.1",
-      "password": null
+      "password": "securePassword"
     }
   ],
   "rights": [
@@ -115,6 +115,12 @@
     
   
 
+

Home Assistant configuration

+

Use the following configuration in Home Assistant to use the database above:

+
recorder:
+  db_url: mysql://hass:securePassword@127.0.0.1/homeassistant
+
+