diff --git a/atom.xml b/atom.xml index c7bb20a85f..fd387dc116 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index a917b648d7..d40585a352 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 07dfd26bf8..79e4a9146a 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index b07e6a45c0..7c6f4e10b9 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]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+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 61341f32f6..e29c383fb3 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]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 9a031a6bf9..bf3defa2ae 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index bcb73d105d..660bf6a114 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+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 fadb620653..50098e667e 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]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 98afe60915..dca69c55ad 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]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 09ec6a94b5..f7dbc3bf52 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 547af9ec30..be09f6ba58 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]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index 60ec51647f..de8b196495 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2016-04-27T12:53:06+00:00 + 2016-04-27T14:00:08+00:00 https://home-assistant.io/ diff --git a/getting-started/customizing-devices/index.html b/getting-started/customizing-devices/index.html index b8e12bc899..d0e119403c 100644 --- a/getting-started/customizing-devices/index.html +++ b/getting-started/customizing-devices/index.html @@ -99,6 +99,8 @@ You may have to create the www directory yourself as it is not made

You can also use icon and refer to any icon from MaterialDesignIcons.com.

+

For switches with an assumed state two buttons are shown (turn off, turn on) instead of a switch. By setting assumed_state to false you will get the default switch icon.

+
# Example configuration.yaml entry
 homeassistant:
@@ -117,6 +119,8 @@ You may have to create the www directory yourself as it is not made
     switch.wemo_switch_2:
       friendly_name: Kitchen kettle
       icon: mdi:kettle
+    switch.rfxtrx_switch:
+      assumed_state: false
 
diff --git a/sitemap.xml b/sitemap.xml index d650784498..b99d9207fc 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1509,18 +1509,18 @@ https://home-assistant.io/demo/frontend.html - 2016-04-27T12:52:25+00:00 + 2016-04-27T13:59:22+00:00 https://home-assistant.io/demo/index.html - 2016-04-27T12:52:25+00:00 + 2016-04-27T13:59:22+00:00 https://home-assistant.io/googlef4f3693c209fe788.html - 2016-04-27T12:52:25+00:00 + 2016-04-27T13:59:22+00:00 https://home-assistant.io/static/mdi-demo.html - 2016-04-27T12:52:25+00:00 + 2016-04-27T13:59:22+00:00