mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update fibaro to include the event platform (#29233)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
a594a064f0
commit
0645ba737c
@ -5,6 +5,7 @@ ha_category:
|
|||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
- Climate
|
- Climate
|
||||||
- Cover
|
- Cover
|
||||||
|
- Event
|
||||||
- Hub
|
- Hub
|
||||||
- Light
|
- Light
|
||||||
- Lock
|
- Lock
|
||||||
@ -18,6 +19,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
- climate
|
- climate
|
||||||
- cover
|
- cover
|
||||||
|
- event
|
||||||
- light
|
- light
|
||||||
- lock
|
- lock
|
||||||
- scene
|
- scene
|
||||||
@ -41,6 +43,7 @@ Fibaro Home Center 2, Home Center Lite, Home Center 3, Home Center 3 Lite, and Y
|
|||||||
2. Entities are automatically added when configuring the Fibaro integration and upon restart of Home Assistant when changed in the Fibaro hub.
|
2. Entities are automatically added when configuring the Fibaro integration and upon restart of Home Assistant when changed in the Fibaro hub.
|
||||||
3. Support for multiple hubs.
|
3. Support for multiple hubs.
|
||||||
4. Activate scenes defined in the Fibaro hub.
|
4. Activate scenes defined in the Fibaro hub.
|
||||||
|
5. Use event entities to trigger your Home Assistant automations based on a button press event on a device.
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
@ -55,8 +58,18 @@ It is recommended to assign a static IP address to your Fibaro controller. This
|
|||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
- Climate
|
- Climate
|
||||||
- Cover
|
- Cover
|
||||||
|
- Event
|
||||||
- Light
|
- Light
|
||||||
- Lock
|
- Lock
|
||||||
- Scene
|
- Scene
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
### Enable events on Z-Wave devices
|
||||||
|
|
||||||
|
The event platform uses the central scene events sent by Z-Wave devices.
|
||||||
|
This works out of the box for switch devices.
|
||||||
|
|
||||||
|
For relay devices with switches or inputs to connect a switch, you often need to change the Z-Wave parameter 'Scenes sent' because the events are usually disabled by default.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user