diff --git a/addons/dnsmasq/index.html b/addons/dnsmasq/index.html index b470899763..23f96517c8 100644 --- a/addons/dnsmasq/index.html +++ b/addons/dnsmasq/index.html @@ -68,9 +68,6 @@

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.

-

-At the moment, it will not work with resinos! -

{
   "defaults": ["8.8.8.8", "8.8.4.4"],
   "forwards": [
@@ -79,7 +76,8 @@ At the moment, it will not work with resinos!
   "hosts": [
     {"host": "home.mydomain.io", "ip": "192.168.1.10"}
   ],
-}
+  "interface": "eth1"
+}
 

Configuration variables:

@@ -87,6 +85,7 @@ At the moment, it will not work with resinos!
  • defaults (Required): A list of dns server to forward default requests.
  • forwards (Optional): A list of domains that will forward to a specific server.
  • hosts (Optional): A list of hosts to resolve it static.
  • +
  • interface (Optional): If a interface is set, it listen only on this interface. Need to set for resinos.
  • diff --git a/atom.xml b/atom.xml index a6547b5ad2..2c9432f0d4 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index eecab3d916..bdeb7f17ea 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index a644a0c892..9f54fda699 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index 6290235573..10b0fe5a80 100644 --- a/blog/categories/device-tracking/atom.xml +++ b/blog/categories/device-tracking/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Device-Tracking | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 7765d612be..59accc27bb 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 9d86650d46..aa3f8984b0 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index 6c82e4e73c..62726c8388 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index d13e1e934b..80b15d9d94 100644 --- a/blog/categories/internet-of-things/atom.xml +++ b/blog/categories/internet-of-things/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Internet-of-Things | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml index ad95ff8ad4..a21109201a 100644 --- a/blog/categories/iot-data/atom.xml +++ b/blog/categories/iot-data/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: IoT-Data | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/media/atom.xml b/blog/categories/media/atom.xml index 168c6f054a..c4ede331f9 100644 --- a/blog/categories/media/atom.xml +++ b/blog/categories/media/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Media | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/atom.xml b/blog/categories/merchandise/atom.xml index b522f2adbc..9f867be83b 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml index 0b30d6b98d..c935326f8a 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index e445ef832e..551b143538 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index 0eb21f4789..7ea5fd49c0 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index 77882af9d1..2df2931908 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index c3633e79b7..9406203643 100644 --- a/blog/categories/presence-detection/atom.xml +++ b/blog/categories/presence-detection/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Presence-Detection | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index 12db0b6c0a..a2646aed54 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 65fb80cf4e..0036f26d36 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 1e4d14571b..51ace162ee 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index 3721bc0849..361f65aa8a 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index 3cf5b19817..4b8cd82275 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 173f22803c..2b159b77fe 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index 4cd8fd9357..947190be49 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index d36d33dad5..1fc0cfbb63 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2017-06-20T08:39:56+00:00 + 2017-06-20T13:42:31+00:00 https://home-assistant.io/ diff --git a/sitemap.xml b/sitemap.xml index 37e28c8f5a..0352a3a722 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -3625,62 +3625,62 @@ https://home-assistant.io/demo/frontend.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/demo/index.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-event.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-info.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-service.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-state.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-template.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/demo/panels/ha-panel-history.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/demo/panels/ha-panel-iframe.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/demo/panels/ha-panel-logbook.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/demo/panels/ha-panel-map.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/googlef4f3693c209fe788.html -2017-06-20T08:38:18+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html -2017-06-20T08:38:19+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html -2017-06-20T08:38:19+00:00 +2017-06-20T13:40:53+00:00 https://home-assistant.io/static/mdi-demo.html -2017-06-20T08:38:19+00:00 +2017-06-20T13:40:53+00:00