Skip to content

Commit 178bf5e

Browse files
committed
- Move lovelace to separate dashboard plugin
1 parent 74e69dc commit 178bf5e

File tree

3 files changed

+11
-225
lines changed

3 files changed

+11
-225
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,13 @@ The primary entity for controlling the unit.
115115
* **Temperature Control Mode:** Choose the sensor used for temperature regulation (Supply air, Room air, Extract air).
116116
* **Fan Regulation Unit:** Select the fan control method (Manual %, RPM, Pressure, etc.).
117117
* **Defrosting Mode:** Configure the aggressiveness of the defrosting cycle (Soft, Normal, Hard).
118+
119+
## Lovelace Cards
120+
121+
To get the best experience, it is recommended to also install the official Systemair Lovelace Cards pack, which provides specific way to display some information from integration (example: alarm history).
122+
123+
1. Go to **HACS > Frontend**.
124+
2. Click the three dots in the top right and select **Custom repositories**.
125+
3. Add the URL to the card repository: `https://github.com/AN3Orik/systemair-lovelace` and select the category **Dashboard**.
126+
4. Find the "Systemair Lovelace Cards" in the list and click **Download**.
127+
5. Follow the instructions to add the card to your dashboard.

custom_components/systemair/frontend/systemair-alarm-history-card.js

Lines changed: 0 additions & 215 deletions
This file was deleted.

custom_components/systemair/manifest.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,5 @@
1313
"requirements": [
1414
"pymodbus>=3.11.1"
1515
],
16-
"version": "1.0.5",
17-
"dependencies": [
18-
"frontend"
19-
],
20-
"resources": [
21-
{
22-
"type": "module",
23-
"url": "/hacsfiles/systemair/systemair-alarm-history-card.js"
24-
}
25-
]
16+
"version": "1.0.5"
2617
}

0 commit comments

Comments
 (0)