[APP][Pro] Home Assistant - Community App

New test version 1.0.3:

  • New filter fields are added to the app flow trigger “Event has been triggered”.
    Use these fields to filter the eventy by up to three field from the data JSON object. Example:
    Hue event:
    Log the events with filter “hue_event” to the HomeyLog. Copy the field names and values:
    grafik
    Then input the values into the flow card:
    grafik
    This way you can react with this card on a single events (and type) of a single device.
    This example reacts on the first click (initial_press) on the 1st button (subtype) of a Hue DimSwitch control (unique_id).

  • Possibility to update Homey devices (capabilities) on changes on HA side.
    This can be used to update the capabilities of a Homey device without deleting/re-adding it (and breaking flows). This is useful if a light buld is changed (white->color) using the same HA entity. Update the the device in Homey to add the color capabilities.
    Another use case is updating a compound device in HA (new capabilities, changed conversions…). Update the Homey device to import the new changes to your Homey device.
    This functionality can be found in the repair view of your Homey device:
    grafik
    This update will remove all existing capabilities from the device and re-adds them depending on the current HA entity. So if capabilities are removed on HA side, they get removed in Homey, too.

7 Likes