diff --git a/atom.xml b/atom.xml index 0022ecbefc..8b306dcb36 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Feedreader events can be used out of the box to trigger automation actions, e.g.:
+ +automation: + - alias: Trigger action when new element(s) in RSS feed + trigger: + platform: event + event_type: feedreader + action: + service: script.turn_on + entity_id: script.my_action +
For more advanced use cases, a custom component registering to the feedreader
event type could be used instead:
EVENT_FEEDREADER = "feedreader"
+hass.bus.listen(EVENT_FEEDREADER, event_listener)
+
To get started developing custom components, please refer to the developers documentation
+ diff --git a/components/zwave/index.html b/components/zwave/index.html index 19d5209b24..ffb5862170 100644 --- a/components/zwave/index.html +++ b/components/zwave/index.html @@ -339,6 +339,10 @@ to help keep a zwave network running relliably. For example: +In order for Home Assistant to recognize well the motion sensor, you will need to change its configuration from Basic Set (default)
to Binary Sensor report
. Currently there’s no way to do this in Home Assistant but you can use ozwcp (OpenZWave control panel), Domoticz or similar to do it