Update README.md

This commit is contained in:
Adrian Jagielak 2025-07-24 02:53:11 +02:00
parent f6275aad93
commit d5cf42899e
No known key found for this signature in database
GPG Key ID: 0818CF7AF6C62BFB
3 changed files with 8 additions and 7 deletions

View File

@ -13,11 +13,12 @@ This add-on:
* Fetches and updates device states. * Fetches and updates device states.
* Fetches and updates device availability. * Fetches and updates device availability.
* Supports interaction with devices comparable to the official Futurehome app. * Supports interaction with devices comparable to the official Futurehome app.
* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress).
(If youve 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.)
<!-- <!--
todo: pairing todo: pairing
--> -->
* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress).
(If youve 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 ## Installation

View File

@ -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. 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_dark_mode.jpg)
![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)
## Features ## Features
@ -13,11 +12,12 @@ This add-on:
* Fetches and updates device states. * Fetches and updates device states.
* Fetches and updates device availability. * Fetches and updates device availability.
* Supports interaction with devices comparable to the official Futurehome app. * Supports interaction with devices comparable to the official Futurehome app.
* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress).
(If youve 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.)
<!-- <!--
todo: pairing todo: pairing
--> -->
* Supports pairing of new Zigbee, Z-Wave, and Futurehome devices (work-in-progress).
(If youve 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 ## Installation

View File

@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Futurehome name: Futurehome
version: "0.0.28" version: "0.0.29"
slug: futurehome slug: futurehome
description: Local Futurehome Smarthub integration description: Local Futurehome Smarthub integration
url: "https://github.com/adrianjagielak/home-assistant-futurehome" url: "https://github.com/adrianjagielak/home-assistant-futurehome"