Skip to content

Commit

Permalink
config files on 29-11-2023 05:07:17
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Nov 29, 2023
1 parent deac24b commit c6d910e
Showing 1 changed file with 16 additions and 26 deletions.
42 changes: 16 additions & 26 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@

Welcome to my little corner of the tech world! πŸš€

This is where I store all the cool configurations for my Home Assistant system. Well, it's a mix of
awesome codes and setups I discovered from the Home Assistant community. Seriously, those folks are
wizards! πŸ§™β€β™‚οΈ As a bit of an internet newbie turned tech enthusiast, I stumbled upon the magic of IT,
and this repository is my way of sharing the joy and knowledge I've gained along the way. Dive in,
explore, and let the tech magic begin! ✨
This is where I store all the cool configurations for my Home Assistant system. Well, it's a mix of awesome codes and setups I discovered from the Home Assistant community. Seriously, those folks are wizards! πŸ§™β€β™‚οΈ As a bit of an internet newbie turned tech enthusiast, I stumbled upon the magic of IT, and this repository is my way of sharing the joy and knowledge I've gained along the way. Dive in, explore, and let the tech magic begin! ✨

I frequently refresh my configuration files. My current Home Assistant version is 2023.11.3. If you
find something you like, don't forget to give my repository a ⭐️!
I frequently refresh my configuration files. My current Home Assistant version is 2023.11.3. If you find something you like, don't forget to give my repository a ⭐️!

<video width="100%" controls>
<source src="https://github-production-user-asset-6210df.s3.amazonaws.com/96962827/285987130-48cc5542-0ca7-480b-9c95-77aa9464eb10.mp4" type="video/mp4">
</video>

## Some statistics about my installation:


<table>
<thead>
<tr>
Expand Down Expand Up @@ -47,12 +43,11 @@ find something you like, don't forget to give my repository a ⭐️!
</table>

## My installed extensions:

<details>
<summary>Add-ons</summary>

### Add-ons

### Add-ons
- Advanced SSH & Web Terminal
- AppDaemon
- ArgonOne Active Linear Cooling
Expand All @@ -76,7 +71,6 @@ find something you like, don't forget to give my repository a ⭐️!
<summary>Custom integrations</summary>

### Custom integrations

- [Adaptive Lighting](https://github.com/basnijholt/adaptive-lighting)
- [Better Thermostat](https://github.com/KartoffelToby/better_thermostat)
- [Browser Mod](https://github.com/thomasloven/hass-browser_mod)
Expand Down Expand Up @@ -110,7 +104,6 @@ find something you like, don't forget to give my repository a ⭐️!
<summary>Lovelace plugins</summary>

### Lovelace plugins

- [Apexcharts Card](https://github.com/RomRider/apexcharts-card)
- [Apple Tv Remote Control](https://github.com/madmicio/Apple-Tv-Card)
- [Atomic Calendar Revive](https://github.com/totaldebug/atomic-calendar-revive)
Expand Down Expand Up @@ -172,45 +165,42 @@ find something you like, don't forget to give my repository a ⭐️!
- [Xiaomi Vacuum Map Card](https://github.com/PiotrMachowski/lovelace-xiaomi-vacuum-map-card)
</details>

---

***

Generated by the [custom readme integration](https://github.com/custom-components/readme)

## My dashboard:

My dashboard is basically a cool fusion of ideas, mainly inspired by the awesome
[Matt8707](https://github.com/matt8707/hass-config) 🌟. I threw in some extra goodies to make it
perfect for my needs! πŸš€
My dashboard is basically a cool fusion of ideas, mainly inspired by the awesome [Matt8707](https://github.com/matt8707/hass-config) 🌟. I threw in some extra goodies to make it perfect for my needs! πŸš€

<img src="screenshots/wide.png">
<img src="screenshots/systeminfo.gif">

The floorplan is crafted using the
[Ha Floorplan](https://github.com/ExperienceLovelace/ha-floorplan) Lovelace plugin, and it features
interactive controls thanks to the [Honeycomb Menu](https://github.com/Sian-Lee-SA/honeycomb-menu).
The floorplan is crafted using the [Ha Floorplan](https://github.com/ExperienceLovelace/ha-floorplan) Lovelace plugin, and it features interactive controls thanks to the [Honeycomb Menu](https://github.com/Sian-Lee-SA/honeycomb-menu).

<video width="100%" controls>
<source src="https://github-production-user-asset-6210df.s3.amazonaws.com/96962827/286403471-9e4efab5-5bc5-4b71-94d2-37937cf1df77.mp4" type="video/mp4">
</video>


### Mobile and tablet:

<table>
<tr>
<td><a href="#" onclick="openPopup('screenshots/mobile.png', 'Mobile Image'); return false;"><img src="screenshots/mobile.png" alt="Mobile Image"></a></td>
<td><a href="#" onclick="openPopup('screenshots/portrait.png', 'Portrait Image'); return false;"><img src="screenshots/portrait.png" alt="Portrait Image"></a></td>
<td><img src="screenshots/mobile.png"></td>
<td><img src="screenshots/portrait.png"></td>
</tr>
</table>

### Popups:

<table>
<tr>
<td><a href="#" onclick="openPopup('screenshots/vacuum.png', 'Vacuum Image'); return false;"><img src="screenshots/vacuum.png" alt="Vacuum Image"></a></td>
<td><a href="#" onclick="openPopup('screenshots/system.png', 'System Image'); return false;"><img src="screenshots/system.png" alt="System Image"></a></td>
<td><img src="screenshots/vacuum.png">
<td><img src="screenshots/system.png">
</tr>
<tr>
<td><a href="#" onclick="openPopup('screenshots/network.png', 'Network Image'); return false;"><img src="screenshots/network.png" alt="Network Image"></a></td>
<td><a href="#" onclick="openPopup('screenshots/server.png', 'Server Image'); return false;"><img src="screenshots/server.png" alt="Server Image"></a></td>
<td><img src="screenshots/network.png">
<td><img src="screenshots/server.png">
</tr>
</table>
</table>

0 comments on commit c6d910e

Please sign in to comment.