Skip to content

Commit

Permalink
feat(lovelace): use better-thermostat and tile cards, add devices view
Browse files Browse the repository at this point in the history
  • Loading branch information
aronnebrivio committed Nov 12, 2024
1 parent 3d8addf commit 9078551
Show file tree
Hide file tree
Showing 13 changed files with 1,180 additions and 169 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ I regularly update my configuration files. You can check my current Home Assista

Description | value
-- | --
Number of entities | 477
Number of entities | 478
Number of sensors | 251


Expand Down Expand Up @@ -41,6 +41,7 @@ Number of sensors | 251
- [Waste Collection Schedule](https://github.com/mampfes/hacs_waste_collection_schedule)

### Lovelace plugins
- [Better Thermostat Ui](https://github.com/KartoffelToby/better-thermostat-ui-card)
- [Card Mod](https://github.com/thomasloven/lovelace-card-mod)
- [Mini Graph Card](https://github.com/kalkih/mini-graph-card)
- [Mushroom](https://github.com/piitaya/lovelace-mushroom)
Expand All @@ -63,6 +64,7 @@ Number of sensors | 251
<img src="docs/images/desktop/entrance.png" alt="Entrance"/>
<img src="docs/images/desktop/lab.png" alt="Lab"/>
<img src="docs/images/desktop/stats.png" alt="Stats"/>
<img src="docs/images/desktop/devices.png" alt="Devices"/>
</details>

<details>
Expand All @@ -73,8 +75,8 @@ Number of sensors | 251
<img src="docs/images/mobile/kitchen.jpg" alt="Kitchen"/>
<img src="docs/images/mobile/bathroom.jpg" alt="Bathroom"/>
<img src="docs/images/mobile/entrance.jpg" alt="Entrance"/>
<img src="docs/images/mobile/lab_1.jpg" alt="Lab 1"/>
<img src="docs/images/mobile/lab_2.jpg" alt="Lab 2"/>
<img src="docs/images/mobile/lab.jpg" alt="Lab"/>
<img src="docs/images/mobile/devices.jpg" alt="Devices"/>
<img src="docs/images/mobile/stats_1.jpg" alt="Stats 1"/>
<img src="docs/images/mobile/stats_2.jpg" alt="Stats 2"/>
</details>
Expand Down
Binary file added docs/images/desktop/devices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/desktop/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/desktop/lab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/mobile/devices.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/mobile/home.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/mobile/lab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/mobile/lab_1.jpg
Binary file not shown.
Binary file removed docs/images/mobile/lab_2.jpg
Binary file not shown.
5 changes: 3 additions & 2 deletions templates/README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Number of sensors | {{states.sensor | count}}
<img src="docs/images/desktop/entrance.png" alt="Entrance"/>
<img src="docs/images/desktop/lab.png" alt="Lab"/>
<img src="docs/images/desktop/stats.png" alt="Stats"/>
<img src="docs/images/desktop/devices.png" alt="Devices"/>
</details>

<details>
Expand All @@ -62,8 +63,8 @@ Number of sensors | {{states.sensor | count}}
<img src="docs/images/mobile/kitchen.jpg" alt="Kitchen"/>
<img src="docs/images/mobile/bathroom.jpg" alt="Bathroom"/>
<img src="docs/images/mobile/entrance.jpg" alt="Entrance"/>
<img src="docs/images/mobile/lab_1.jpg" alt="Lab 1"/>
<img src="docs/images/mobile/lab_2.jpg" alt="Lab 2"/>
<img src="docs/images/mobile/lab.jpg" alt="Lab"/>
<img src="docs/images/mobile/devices.jpg" alt="Devices"/>
<img src="docs/images/mobile/stats_1.jpg" alt="Stats 1"/>
<img src="docs/images/mobile/stats_2.jpg" alt="Stats 2"/>
</details>
Expand Down
Loading

0 comments on commit 9078551

Please sign in to comment.