diff --git a/README.md b/README.md index 3f17a18..73b3809 100644 --- a/README.md +++ b/README.md @@ -158,25 +158,32 @@ When part I, II & III are completed/confirmed, __then__ you can install and use ## Setup / Installation -### Installation using HACS +### Step I: Install the integration + +#### Option 1: via HACS - Install [Home Assistant Community Store (HACS)](https://hacs.xyz/) - Add integration repository (search for "Tibber Pulse Local" in "Explore & Download Repositories") - - Select latest version or `main` +- Select latest version or `main` - Restart Home Assistant to install all dependencies +- Setup the custom integration as described below (see _Step II: Adding or enabling the integration_) -### Manual installation +#### Option 2: manual steps - Copy all files from `custom_components/tibber_local/` to `custom_components/tibber_local/` inside your config Home Assistant directory. - Restart Home Assistant to install all dependencies -### Adding or enabling integration +### Step II: Adding or enabling the integration + +__You must have installed the integration (manually or via HACS before)!__ + +#### Option 1: My Home Assistant (2021.3+) -#### My Home Assistant (2021.3+) +Just click the following Button to start the configuration automatically (for the rest see _Option 2: Manually steps by step_): [![Open your Home Assistant instance and start setting up a new integration.](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start/?domain=tibber_local) -#### Manual +#### Option 2: Manually steps by step Add custom integration using the web interface and follow instruction on screen. diff --git a/hacs.json b/hacs.json index 08cbf3b..c1441cc 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Tibber Pulse Local", - "homeassistant": "2023.0.6", + "homeassistant": "2023.8.0", "hacs": "1.18.0", "render_readme": true }