Update fibaro to include the event platform (#29233)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
rappenze 2023-10-08 22:01:36 +02:00 committed by GitHub
parent a594a064f0
commit 0645ba737c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ ha_category:
- Binary Sensor
- Climate
- Cover
- Event
- Hub
- Light
- Lock
@ -18,6 +19,7 @@ ha_platforms:
- binary_sensor
- climate
- cover
- event
- light
- lock
- 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.
3. Support for multiple hubs.
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 %}
@ -55,8 +58,18 @@ It is recommended to assign a static IP address to your Fibaro controller. This
- Binary Sensor
- Climate
- Cover
- Event
- Light
- Lock
- Scene
- Sensor
- 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.