diff --git a/README.md b/README.md index 6d8564e..ccae36e 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,12 @@ This add-on: * Fetches and updates device states. * Fetches and updates device availability. * Supports interaction with devices comparable to the official Futurehome app. +* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress). + (If you’ve previously used third-party integrations—e.g. Philips Hue—you can still interact with those devices, as long as they're paired with the hub. However, it's generally recommended to use the appropriate Home Assistant integration directly for such devices.) + -* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress). - (If you’ve previously used third-party integrations—e.g. Philips Hue—you can still interact with those devices, as long as they're paired with the hub. However, it's generally recommended to use the appropriate Home Assistant integration directly for such devices.) ## Installation diff --git a/futurehome/README.md b/futurehome/README.md index 6d8564e..105fdf4 100644 --- a/futurehome/README.md +++ b/futurehome/README.md @@ -2,8 +2,7 @@ Futurehome add-on for Home Assistant. Designed to be a complete drop-in replacement for the official Futurehome app, with support for all device types compatible with the Futurehome hub. -![Home Assistant screenshot](https://raw.githubusercontent.com/adrianjagielak/home-assistant-futurehome/refs/heads/master/assets/home_assistant_screenshot_dark_mode.jpg#gh-dark-mode-only) -![Home Assistant screenshot](https://raw.githubusercontent.com/adrianjagielak/home-assistant-futurehome/refs/heads/master/assets/home_assistant_screenshot_light_mode.jpg#gh-light-mode-only) +![Home Assistant screenshot](https://raw.githubusercontent.com/adrianjagielak/home-assistant-futurehome/refs/heads/master/assets/home_assistant_screenshot_dark_mode.jpg) ## Features @@ -13,11 +12,12 @@ This add-on: * Fetches and updates device states. * Fetches and updates device availability. * Supports interaction with devices comparable to the official Futurehome app. +* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress). + (If you’ve previously used third-party integrations—e.g. Philips Hue—you can still interact with those devices, as long as they're paired with the hub. However, it's generally recommended to use the appropriate Home Assistant integration directly for such devices.) + -* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress). - (If you’ve previously used third-party integrations—e.g. Philips Hue—you can still interact with those devices, as long as they're paired with the hub. However, it's generally recommended to use the appropriate Home Assistant integration directly for such devices.) ## Installation diff --git a/futurehome/config.yaml b/futurehome/config.yaml index 1a2d52a..fc5cc87 100644 --- a/futurehome/config.yaml +++ b/futurehome/config.yaml @@ -1,6 +1,6 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: Futurehome -version: "0.0.28" +version: "0.0.29" slug: futurehome description: Local Futurehome Smarthub integration url: "https://github.com/adrianjagielak/home-assistant-futurehome"