Tweak 404

This commit is contained in:
Paulus Schoutsen 2019-09-18 15:18:55 -07:00
parent b8a50ae9cf
commit 9ae573ea89
2 changed files with 32 additions and 3 deletions

View File

@ -0,0 +1,29 @@
---
title: "Device Automation"
logo: home-assistant.png
ha_category:
- Automation
ha_qa_scale: internal
ha_release: 0.7
---
Device Automations is a plugin for the automation integration to allow other integrations to provide device specific triggers, conditions and actions.
There is no device automation specific configuration. Instead, it is configured as part of the normal automations.
Device automations are meant to be configured via the UI.
Example:
```yaml
- id: "123456789"
alias: Light turns off
trigger:
- platform: device
device_id: 7a92d5ee74014a0b86903fc669b0bcd6
domain: light
type: turn_off
entity_id: light.bowl
action:
- service: camera.turn_off
```

View File

@ -125,7 +125,7 @@ We also had some great drinks in the evenings with companies that integrate with
- Add Withings support ([@vangorra] - [#25154]) ([withings docs]) (new-integration) - Add Withings support ([@vangorra] - [#25154]) ([withings docs]) (new-integration)
- Add NWS weather ([@MatthewFlamm] - [#23647]) ([nws docs]) (new-integration) - Add NWS weather ([@MatthewFlamm] - [#23647]) ([nws docs]) (new-integration)
- Add BeeWi SmartClim BLE sensors ([@alemuro] - [#26174]) ([beewi_smartclim docs]) (new-integration) - Add BeeWi SmartClim BLE sensors ([@alemuro] - [#26174]) ([beewi_smartclim docs]) (new-integration)
- Add support Slide cover ([@ualex73] - [#25913]) ([goslide docs]) (new-integration) - Add support Slide cover ([@ualex73] - [#25913]) ([slide docs]) (new-integration)
- Add atome sensor platform ([@BaQs] - [#26197]) ([atome docs]) (new-integration) - Add atome sensor platform ([@BaQs] - [#26197]) ([atome docs]) (new-integration)
- Add Viessmann ViCare Climate platform ([@oischinger] - [#26151]) ([vicare docs]) (new-integration) - Add Viessmann ViCare Climate platform ([@oischinger] - [#26151]) ([vicare docs]) (new-integration)
- Add new integration for Jandy iAqualink pool control ([@flz] - [#26034]) ([iaqualink docs]) (new-integration) - Add new integration for Jandy iAqualink pool control ([@flz] - [#26034]) ([iaqualink docs]) (new-integration)
@ -319,7 +319,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- GeoNet NZ Quakes Sensor ([@exxamalte] - [#26078]) ([geonetnz_quakes docs]) (new-platform) - GeoNet NZ Quakes Sensor ([@exxamalte] - [#26078]) ([geonetnz_quakes docs]) (new-platform)
- Use literal string interpolation in integrations H-J (f-strings) ([@frenck] - [#26380]) - Use literal string interpolation in integrations H-J (f-strings) ([@frenck] - [#26380])
- Removes executable but from hassfest codeowners ([@frenck] - [#26381]) - Removes executable but from hassfest codeowners ([@frenck] - [#26381])
- Add support Slide cover ([@ualex73] - [#25913]) ([goslide docs]) (new-integration) - Add support Slide cover ([@ualex73] - [#25913]) ([slide docs]) (new-integration)
- Use literal string interpolation in integrations N-Q (f-strings) ([@frenck] - [#26391]) - Use literal string interpolation in integrations N-Q (f-strings) ([@frenck] - [#26391])
- Update OpenCV 4.1.1 / Numpy 1.17.1 ([@pvizeli] - [#26387]) ([iqvia docs]) ([opencv docs]) ([tensorflow docs]) ([trend docs]) - Update OpenCV 4.1.1 / Numpy 1.17.1 ([@pvizeli] - [#26387]) ([iqvia docs]) ([opencv docs]) ([tensorflow docs]) ([trend docs])
- Use literal string interpolation in integrations T-W (f-strings) ([@frenck] - [#26394]) - Use literal string interpolation in integrations T-W (f-strings) ([@frenck] - [#26394])
@ -702,7 +702,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[geonetnz_quakes docs]: /components/geonetnz_quakes/ [geonetnz_quakes docs]: /components/geonetnz_quakes/
[glances docs]: /components/glances/ [glances docs]: /components/glances/
[google_maps docs]: /components/google_maps/ [google_maps docs]: /components/google_maps/
[goslide docs]: /components/goslide/ [slide docs]: /components/slide/
[growatt_server docs]: /components/growatt_server/ [growatt_server docs]: /components/growatt_server/
[gtfs docs]: /components/gtfs/ [gtfs docs]: /components/gtfs/
[heos docs]: /components/heos/ [heos docs]: /components/heos/