Site updated at 2017-07-30 01:55:34 UTC
This commit is contained in:
parent
96f1ba6f4c
commit
ce8084cd07
33 changed files with 67 additions and 69 deletions
12
atom.xml
12
atom.xml
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
@ -37,7 +37,7 @@
|
|||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>To make testing these applications easier, we’ve updated the conversation component. The component will now allow sentences to be configured that hook directly into the new voice functionality. Combined with the new interface it will allow for some great interactions!</p>
|
||||
<p>To make testing these applications easier, we’ve updated the conversation component. The component will now allow sentences to be configured that hook directly into the new voice functionality. Combined with the new interface it will allow for some great interactions! Check out the <a href="https://home-assistant.io/developers/intent/">developer docs</a> for more information.</p>
|
||||
|
||||
<div class="videoWrapper">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ij0zDF3qwmE" frameborder="0" allowfullscreen=""></iframe>
|
||||
|
@ -66,7 +66,7 @@
|
|||
<ul>
|
||||
<li>Initial support for Google Wifi/OnHub (<a href="https://github.com/fronzbot">@fronzbot</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8485">#8485</a>) (<a href="https://home-assistant.io/components/sensor.google_wifi/">sensor.google_wifi docs</a>) (new-platform)</li>
|
||||
<li>Xiaomi gw support (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8555">#8555</a>) (<a href="https://home-assistant.io/components/xiaomi/">xiaomi docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.xiaomi/">binary_sensor.xiaomi docs</a>) (<a href="https://home-assistant.io/components/cover.xiaomi/">cover.xiaomi docs</a>) (<a href="https://home-assistant.io/components/light.xiaomi/">light.xiaomi docs</a>) (<a href="https://home-assistant.io/components/sensor.xiaomi/">sensor.xiaomi docs</a>) (<a href="https://home-assistant.io/components/switch.xiaomi/">switch.xiaomi docs</a>) (new-platform)</li>
|
||||
<li>Add Intent component (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/components/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Add Intent component (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/developers/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Manual alarm with MQTT control (<a href="https://github.com/colinodell">@colinodell</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8257">#8257</a>) (<a href="https://home-assistant.io/components/alarm_control_panel.manual_mqtt/">alarm_control_panel.manual_mqtt docs</a>) (new-platform)</li>
|
||||
<li>Add component Light TPLink (<a href="https://github.com/gollo">@gollo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8643">#8643</a>) (<a href="https://home-assistant.io/components/light.tplink/">light.tplink docs</a>) (new-platform)</li>
|
||||
<li>Velbus (<a href="https://github.com/thomasdelaet">@thomasdelaet</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8076">#8076</a>) (<a href="https://home-assistant.io/components/velbus/">velbus docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.velbus/">binary_sensor.velbus docs</a>) (<a href="https://home-assistant.io/components/light.velbus/">light.velbus docs</a>) (new-platform)</li>
|
||||
|
@ -85,7 +85,7 @@
|
|||
<ul>
|
||||
<li>Automations: The state trigger keyword <code class="highlighter-rouge">state</code> and the time trigger keyword <code class="highlighter-rouge">after</code> were deprecated in 0.46. They have now been removed. (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8510">#8510</a>) (<a href="https://home-assistant.io/docs/automation/trigger/#state-trigger">automation.state docs</a>) (<a href="https://home-assistant.io/docs/automation/trigger/#time-trigger">automation.time docs</a>) (breaking change)</li>
|
||||
<li>Wink: the component is no longer supporting the <code class="highlighter-rouge">access_token</code> in the config. Use the new OAuth authentication or add your username and password to the config. (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8208">#8208</a>) (<a href="https://home-assistant.io/components/wink/">wink docs</a>) (breaking change)</li>
|
||||
<li>Alexa/API.AI/Snips.ai/Conversation: configuring responses to intents/sentences has been moved to a new component called <code class="highlighter-rouge">intent_script</code>. Conversation now allows configuring sentences to map to intents. (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/components/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>)
|
||||
<li>Alexa/API.AI/Snips.ai/Conversation: configuring responses to intents/sentences has been moved to a new component called <code class="highlighter-rouge">intent_script</code>. Conversation now allows configuring sentences to map to intents. (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/developers/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>)
|
||||
(<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
</ul>
|
||||
|
||||
|
@ -163,7 +163,7 @@
|
|||
<li>xiaomi binary sensor bug fix (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8586">#8586</a>) (<a href="https://home-assistant.io/components/binary_sensor.xiaomi/">binary_sensor.xiaomi docs</a>)</li>
|
||||
<li>upgrade pywebpush and PyJWT (<a href="https://github.com/perosb">@perosb</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8588">#8588</a>) (<a href="https://home-assistant.io/components/notify.html5/">notify.html5 docs</a>)</li>
|
||||
<li>Support for Wink oauth application authorization (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8208">#8208</a>) (<a href="https://home-assistant.io/components/wink/">wink docs</a>) (breaking change)</li>
|
||||
<li>Add Intent component (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/components/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Add Intent component (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/developers/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Remove code in wink.py overwriting hass.data configurator (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8595">#8595</a>) (<a href="https://home-assistant.io/components/wink/">wink docs</a>)</li>
|
||||
<li>bump python-mirobo version for more robust protocol handling, make the platform to update on startup (<a href="https://github.com/rytilahti">@rytilahti</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8602">#8602</a>) (<a href="https://home-assistant.io/components/switch.xiaomi_vacuum/">switch.xiaomi_vacuum docs</a>)</li>
|
||||
<li>Binary sensor ping fixed for hassio (<a href="https://github.com/gollo">@gollo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8573">#8573</a>) (<a href="https://home-assistant.io/components/binary_sensor.ping/">binary_sensor.ping docs</a>)</li>
|
||||
|
@ -197,7 +197,7 @@
|
|||
<li>Upgrade libnacl to 1.5.2 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8670">#8670</a>) (<a href="https://home-assistant.io/components/device_tracker.owntracks/">device_tracker.owntracks docs</a>)</li>
|
||||
<li>Upgrade sqlalchemy to 1.1.12 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8669">#8669</a>) (<a href="https://home-assistant.io/components/recorder/">recorder docs</a>)</li>
|
||||
<li>Upgrade pyhomematic to 0.1.30 (<a href="https://github.com/danielperna84">@danielperna84</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8673">#8673</a>) (<a href="https://home-assistant.io/components/homematic/">homematic docs</a>)</li>
|
||||
<li>Hass.io: logo support / timeout handling (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8668">#8668</a>) (<a href="https://home-assistant.io/components/hassio/">hassio docs</a>)</li>
|
||||
<li>Hass.io: logo support / timeout handling (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8668">#8668</a>) (<a href="https://home-assistant.io/hassio/">hassio docs</a>)</li>
|
||||
<li>Updated pysnmp to 4.3.9 (<a href="https://github.com/bgehrich">@bgehrich</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8675">#8675</a>) (<a href="https://home-assistant.io/components/device_tracker.snmp/">device_tracker.snmp docs</a>) (<a href="https://home-assistant.io/components/sensor.snmp/">sensor.snmp docs</a>)</li>
|
||||
<li>Fix COMMAND_CLASS_BARRIER_OPERATOR for dev branch of OpenZwave (<a href="https://github.com/firstof9">@firstof9</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8574">#8574</a>) (<a href="https://home-assistant.io/components/cover/">cover docs</a>) (<a href="https://home-assistant.io/components/cover.zwave/">cover.zwave docs</a>) (breaking change)</li>
|
||||
<li>Shopping List: edit name / complete status (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8666">#8666</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>)</li>
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
<span class="s">shopping_list</span><span class="pi">:</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>To make testing these applications easier, we’ve updated the conversation component. The component will now allow sentences to be configured that hook directly into the new voice functionality. Combined with the new interface it will allow for some great interactions!</p>
|
||||
<p>To make testing these applications easier, we’ve updated the conversation component. The component will now allow sentences to be configured that hook directly into the new voice functionality. Combined with the new interface it will allow for some great interactions! Check out the <a href="https://home-assistant.io/developers/intent/">developer docs</a> for more information.</p>
|
||||
<div class="videoWrapper">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ij0zDF3qwmE" frameborder="0" allowfullscreen=""></iframe>
|
||||
</div>
|
||||
|
@ -114,7 +114,7 @@
|
|||
<ul>
|
||||
<li>Initial support for Google Wifi/OnHub (<a href="https://github.com/fronzbot">@fronzbot</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8485">#8485</a>) (<a href="https://home-assistant.io/components/sensor.google_wifi/">sensor.google_wifi docs</a>) (new-platform)</li>
|
||||
<li>Xiaomi gw support (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8555">#8555</a>) (<a href="https://home-assistant.io/components/xiaomi/">xiaomi docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.xiaomi/">binary_sensor.xiaomi docs</a>) (<a href="https://home-assistant.io/components/cover.xiaomi/">cover.xiaomi docs</a>) (<a href="https://home-assistant.io/components/light.xiaomi/">light.xiaomi docs</a>) (<a href="https://home-assistant.io/components/sensor.xiaomi/">sensor.xiaomi docs</a>) (<a href="https://home-assistant.io/components/switch.xiaomi/">switch.xiaomi docs</a>) (new-platform)</li>
|
||||
<li>Add Intent component (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/components/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Add Intent component (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/developers/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Manual alarm with MQTT control (<a href="https://github.com/colinodell">@colinodell</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8257">#8257</a>) (<a href="https://home-assistant.io/components/alarm_control_panel.manual_mqtt/">alarm_control_panel.manual_mqtt docs</a>) (new-platform)</li>
|
||||
<li>Add component Light TPLink (<a href="https://github.com/gollo">@gollo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8643">#8643</a>) (<a href="https://home-assistant.io/components/light.tplink/">light.tplink docs</a>) (new-platform)</li>
|
||||
<li>Velbus (<a href="https://github.com/thomasdelaet">@thomasdelaet</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8076">#8076</a>) (<a href="https://home-assistant.io/components/velbus/">velbus docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.velbus/">binary_sensor.velbus docs</a>) (<a href="https://home-assistant.io/components/light.velbus/">light.velbus docs</a>) (new-platform)</li>
|
||||
|
@ -129,7 +129,7 @@
|
|||
<ul>
|
||||
<li>Automations: The state trigger keyword <code class="highlighter-rouge">state</code> and the time trigger keyword <code class="highlighter-rouge">after</code> were deprecated in 0.46. They have now been removed. (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8510">#8510</a>) (<a href="https://home-assistant.io/docs/automation/trigger/#state-trigger">automation.state docs</a>) (<a href="https://home-assistant.io/docs/automation/trigger/#time-trigger">automation.time docs</a>) (breaking change)</li>
|
||||
<li>Wink: the component is no longer supporting the <code class="highlighter-rouge">access_token</code> in the config. Use the new OAuth authentication or add your username and password to the config. (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8208">#8208</a>) (<a href="https://home-assistant.io/components/wink/">wink docs</a>) (breaking change)</li>
|
||||
<li>Alexa/API.AI/Snips.ai/Conversation: configuring responses to intents/sentences has been moved to a new component called <code class="highlighter-rouge">intent_script</code>. Conversation now allows configuring sentences to map to intents. (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/components/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>)
|
||||
<li>Alexa/API.AI/Snips.ai/Conversation: configuring responses to intents/sentences has been moved to a new component called <code class="highlighter-rouge">intent_script</code>. Conversation now allows configuring sentences to map to intents. (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/developers/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>)
|
||||
(<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
</ul>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">alexa</span><span class="pi">:</span>
|
||||
|
@ -203,7 +203,7 @@
|
|||
<li>xiaomi binary sensor bug fix (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8586">#8586</a>) (<a href="https://home-assistant.io/components/binary_sensor.xiaomi/">binary_sensor.xiaomi docs</a>)</li>
|
||||
<li>upgrade pywebpush and PyJWT (<a href="https://github.com/perosb">@perosb</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8588">#8588</a>) (<a href="https://home-assistant.io/components/notify.html5/">notify.html5 docs</a>)</li>
|
||||
<li>Support for Wink oauth application authorization (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8208">#8208</a>) (<a href="https://home-assistant.io/components/wink/">wink docs</a>) (breaking change)</li>
|
||||
<li>Add Intent component (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/components/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Add Intent component (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/developers/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Remove code in wink.py overwriting hass.data configurator (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8595">#8595</a>) (<a href="https://home-assistant.io/components/wink/">wink docs</a>)</li>
|
||||
<li>bump python-mirobo version for more robust protocol handling, make the platform to update on startup (<a href="https://github.com/rytilahti">@rytilahti</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8602">#8602</a>) (<a href="https://home-assistant.io/components/switch.xiaomi_vacuum/">switch.xiaomi_vacuum docs</a>)</li>
|
||||
<li>Binary sensor ping fixed for hassio (<a href="https://github.com/gollo">@gollo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8573">#8573</a>) (<a href="https://home-assistant.io/components/binary_sensor.ping/">binary_sensor.ping docs</a>)</li>
|
||||
|
@ -237,7 +237,7 @@
|
|||
<li>Upgrade libnacl to 1.5.2 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8670">#8670</a>) (<a href="https://home-assistant.io/components/device_tracker.owntracks/">device_tracker.owntracks docs</a>)</li>
|
||||
<li>Upgrade sqlalchemy to 1.1.12 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8669">#8669</a>) (<a href="https://home-assistant.io/components/recorder/">recorder docs</a>)</li>
|
||||
<li>Upgrade pyhomematic to 0.1.30 (<a href="https://github.com/danielperna84">@danielperna84</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8673">#8673</a>) (<a href="https://home-assistant.io/components/homematic/">homematic docs</a>)</li>
|
||||
<li>Hass.io: logo support / timeout handling (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8668">#8668</a>) (<a href="https://home-assistant.io/components/hassio/">hassio docs</a>)</li>
|
||||
<li>Hass.io: logo support / timeout handling (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8668">#8668</a>) (<a href="https://home-assistant.io/hassio/">hassio docs</a>)</li>
|
||||
<li>Updated pysnmp to 4.3.9 (<a href="https://github.com/bgehrich">@bgehrich</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8675">#8675</a>) (<a href="https://home-assistant.io/components/device_tracker.snmp/">device_tracker.snmp docs</a>) (<a href="https://home-assistant.io/components/sensor.snmp/">sensor.snmp docs</a>)</li>
|
||||
<li>Fix COMMAND_CLASS_BARRIER_OPERATOR for dev branch of OpenZwave (<a href="https://github.com/firstof9">@firstof9</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8574">#8574</a>) (<a href="https://home-assistant.io/components/cover/">cover docs</a>) (<a href="https://home-assistant.io/components/cover.zwave/">cover.zwave docs</a>) (breaking change)</li>
|
||||
<li>Shopping List: edit name / complete status (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8666">#8666</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>)</li>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Announcements | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/announcements/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Community | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Device-Tracking | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/device-tracking/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: How-To | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: iBeacons | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/ibeacons/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Internet-of-Things | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/internet-of-things/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: IoT-Data | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/iot-data/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Media | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/media/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Merchandise | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/merchandise/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Micropython | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/micropython/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: MQTT | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/mqtt/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Organisation | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/organisation/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: OwnTracks | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/owntracks/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Presence-Detection | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/presence-detection/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Public-Service-Announcement | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/public-service-announcement/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Release-Notes | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
@ -37,7 +37,7 @@ We are super excited about the new functionality and hope that it will trigger a
|
|||
shopping_list:
|
||||
```
|
||||
|
||||
To make testing these applications easier, we've updated the conversation component. The component will now allow sentences to be configured that hook directly into the new voice functionality. Combined with the new interface it will allow for some great interactions!
|
||||
To make testing these applications easier, we've updated the conversation component. The component will now allow sentences to be configured that hook directly into the new voice functionality. Combined with the new interface it will allow for some great interactions! Check out the [developer docs][intent docs] for more information.
|
||||
|
||||
<div class='videoWrapper'>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ij0zDF3qwmE" frameborder="0" allowfullscreen></iframe>
|
||||
|
@ -345,11 +345,11 @@ conversation:
|
|||
[device_tracker.snmp docs]: https://home-assistant.io/components/device_tracker.snmp/
|
||||
[emulated_hue docs]: https://home-assistant.io/components/emulated_hue/
|
||||
[fan.wink docs]: https://home-assistant.io/components/fan.wink/
|
||||
[hassio docs]: https://home-assistant.io/components/hassio/
|
||||
[hassio docs]: https://home-assistant.io/hassio/
|
||||
[history docs]: https://home-assistant.io/components/history/
|
||||
[homematic docs]: https://home-assistant.io/components/homematic/
|
||||
[image_processing.dlib_face_identify docs]: https://home-assistant.io/components/image_processing.dlib_face_identify/
|
||||
[intent docs]: https://home-assistant.io/components/intent/
|
||||
[intent docs]: https://home-assistant.io/developers/intent/
|
||||
[intent_script docs]: https://home-assistant.io/components/intent_script/
|
||||
[knx docs]: https://home-assistant.io/components/knx/
|
||||
[light docs]: https://home-assistant.io/components/light/
|
||||
|
@ -394,12 +394,10 @@ conversation:
|
|||
[weather.yweather docs]: https://home-assistant.io/components/weather.yweather/
|
||||
[wink docs]: https://home-assistant.io/components/wink/
|
||||
[xiaomi docs]: https://home-assistant.io/components/xiaomi/
|
||||
|
||||
|
||||
|
||||
[forum]: https://community.home-assistant.io/
|
||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
|
||||
]]></content>
|
||||
</entry>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Survey | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/survey/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Talks | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/talks/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Technology | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/technology/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: User-Stories | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/user-stories/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Video | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/video/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Website | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/website/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-07-29T22:16:29+00:00</updated>
|
||||
<updated>2017-07-30T01:46:05+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
<span class="s">shopping_list</span><span class="pi">:</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>To make testing these applications easier, we’ve updated the conversation component. The component will now allow sentences to be configured that hook directly into the new voice functionality. Combined with the new interface it will allow for some great interactions!</p>
|
||||
<p>To make testing these applications easier, we’ve updated the conversation component. The component will now allow sentences to be configured that hook directly into the new voice functionality. Combined with the new interface it will allow for some great interactions! Check out the <a href="https://home-assistant.io/developers/intent/">developer docs</a> for more information.</p>
|
||||
<div class="videoWrapper">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ij0zDF3qwmE" frameborder="0" allowfullscreen=""></iframe>
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
|||
<ul>
|
||||
<li>Initial support for Google Wifi/OnHub (<a href="https://github.com/fronzbot">@fronzbot</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8485">#8485</a>) (<a href="https://home-assistant.io/components/sensor.google_wifi/">sensor.google_wifi docs</a>) (new-platform)</li>
|
||||
<li>Xiaomi gw support (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8555">#8555</a>) (<a href="https://home-assistant.io/components/xiaomi/">xiaomi docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.xiaomi/">binary_sensor.xiaomi docs</a>) (<a href="https://home-assistant.io/components/cover.xiaomi/">cover.xiaomi docs</a>) (<a href="https://home-assistant.io/components/light.xiaomi/">light.xiaomi docs</a>) (<a href="https://home-assistant.io/components/sensor.xiaomi/">sensor.xiaomi docs</a>) (<a href="https://home-assistant.io/components/switch.xiaomi/">switch.xiaomi docs</a>) (new-platform)</li>
|
||||
<li>Add Intent component (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/components/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Add Intent component (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8434">#8434</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>) (<a href="https://home-assistant.io/developers/intent/">intent docs</a>) (<a href="https://home-assistant.io/components/intent_script/">intent_script docs</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (<a href="https://home-assistant.io/components/snips/">snips docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Manual alarm with MQTT control (<a href="https://github.com/colinodell">@colinodell</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8257">#8257</a>) (<a href="https://home-assistant.io/components/alarm_control_panel.manual_mqtt/">alarm_control_panel.manual_mqtt docs</a>) (new-platform)</li>
|
||||
<li>Add component Light TPLink (<a href="https://github.com/gollo">@gollo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8643">#8643</a>) (<a href="https://home-assistant.io/components/light.tplink/">light.tplink docs</a>) (new-platform)</li>
|
||||
<li>Velbus (<a href="https://github.com/thomasdelaet">@thomasdelaet</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8076">#8076</a>) (<a href="https://home-assistant.io/components/velbus/">velbus docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.velbus/">binary_sensor.velbus docs</a>) (<a href="https://home-assistant.io/components/light.velbus/">light.velbus docs</a>) (new-platform)</li>
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.49
|
||||
Introduced in release: 0.50
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.49
|
||||
Introduced in release: 0.50
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
|
|
|
@ -82,8 +82,8 @@ Support for these components is provided by the Home Assistant community.
|
|||
<div class="filter-button-group">
|
||||
<a href='#all' class="btn">All (763)</a>
|
||||
<a href='#featured' class="btn featured">Featured</a>
|
||||
<a href='#version/0.50' class="btn added_in_current_version">Added in 0.50 (12)</a>
|
||||
<a href='#version/0.49' class="btn added_one_version_ago">Added in 0.49 (19)</a>
|
||||
<a href='#version/0.50' class="btn added_in_current_version">Added in 0.50 (17)</a>
|
||||
<a href='#version/0.49' class="btn added_one_version_ago">Added in 0.49 (14)</a>
|
||||
<a href='#version/0.48' class="btn added_two_versions_ago">Added in 0.48 (16)</a>
|
||||
<a href='#alarm' class="btn">Alarm (14)</a>
|
||||
<a href='#automation' class="btn">Automation (16)</a>
|
||||
|
@ -779,11 +779,11 @@ var allComponents = [
|
|||
{url:"/components/updater/", title:"Updater", cat:"other", featured: false, v: "0.0", logo: "home-assistant.png"},
|
||||
{url:"/components/media_player.vlc/", title:"VLC", cat:"media-player", featured: false, v: "0.35", logo: "videolan.png"},
|
||||
{url:"/components/alarm_control_panel.spc/", title:"Vanderbilt SPC Alarm", cat:"alarm", featured: false, v: "0.47", logo: "vanderbilt_spc.png"},
|
||||
{url:"/components/velbus/", title:"Velbus", cat:"hub", featured: false, v: "0.49", logo: "velbus.png"},
|
||||
{url:"/components/fan.velbus/", title:"Velbus Fans", cat:"fan", featured: false, v: "0.49", logo: "velbus.png"},
|
||||
{url:"/components/switch.velbus/", title:"Velbus Switches", cat:"switch", featured: false, v: "0.49", logo: "velbus.png"},
|
||||
{url:"/components/light.velbus/", title:"Velbus lights", cat:"light", featured: false, v: "0.49", logo: "velbus.png"},
|
||||
{url:"/components/binary_sensor.velbus/", title:"Velbus sensors", cat:"binary-sensor", featured: false, v: "0.49", logo: "velbus.png"},
|
||||
{url:"/components/velbus/", title:"Velbus", cat:"hub", featured: false, v: "0.50", logo: "velbus.png"},
|
||||
{url:"/components/fan.velbus/", title:"Velbus Fans", cat:"fan", featured: false, v: "0.50", logo: "velbus.png"},
|
||||
{url:"/components/switch.velbus/", title:"Velbus Switches", cat:"switch", featured: false, v: "0.50", logo: "velbus.png"},
|
||||
{url:"/components/light.velbus/", title:"Velbus lights", cat:"light", featured: false, v: "0.50", logo: "velbus.png"},
|
||||
{url:"/components/binary_sensor.velbus/", title:"Velbus sensors", cat:"binary-sensor", featured: false, v: "0.50", logo: "velbus.png"},
|
||||
{url:"/components/velux/", title:"Velux", cat:"hub", featured: false, v: "0.49", logo: "velux.png"},
|
||||
{url:"/components/scene.velux/", title:"Velux Scene", cat:"scene", featured: false, v: "0.49", logo: "velux.png"},
|
||||
{url:"/components/vera/", title:"Vera", cat:"hub", featured: false, v: "0.7", logo: "vera.png"},
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.49
|
||||
Introduced in release: 0.50
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.49
|
||||
Introduced in release: 0.50
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.49
|
||||
Introduced in release: 0.50
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
|
|
30
sitemap.xml
30
sitemap.xml
|
@ -3819,62 +3819,62 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/frontend.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/index.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-event.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-info.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-service.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-state.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-template.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-history.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-iframe.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-logbook.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-map.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/static/mdi-demo.html</loc>
|
||||
<lastmod>2017-07-29T22:14:58+00:00</lastmod>
|
||||
<lastmod>2017-07-30T01:44:40+00:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue