Site updated at 2017-07-30 06:01:08 UTC
This commit is contained in:
parent
8c5b65d66c
commit
61b573c3a9
26 changed files with 42 additions and 42 deletions
|
@ -127,7 +127,7 @@
|
|||
<a name="read-more"></a>
|
||||
<h2><a class="title-link" name="breaking-changes" href="#breaking-changes"></a> Breaking Changes</h2>
|
||||
<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>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. Use <code class="highlighter-rouge">to</code> and <code class="highlighter-rouge">at</code> instead. (<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/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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue