diff --git a/config/README.md b/config/README.md
index d63b4dd..d10d167 100644
--- a/config/README.md
+++ b/config/README.md
@@ -10,7 +10,7 @@ Hey there! 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! ✨
-I frequently refresh my configuration files. My current Home Assistant version is 2024.7.4 . 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 2024.8.2 . If you find something you like, don't forget to give my repository a ⭐️!
@@ -39,11 +39,11 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
34,028
31
- 186
+ 189
37
52
- 35
- 1104
+ 36
+ 1129
168
38
@@ -96,6 +96,7 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- [Govee](https://github.com/LaggAt/hacs-govee)
- [HACS](https://github.com/hacs/integration)
- [Hass Favicon](https://github.com/thomasloven/hass-favicon)
+- [Lunar Phase](https://github.com/ngocjohn/lunar-phase)
- [Mercedesme 2020](https://github.com/ReneNulschDE/mbapi2020)
- [Music Assistant](https://github.com/music-assistant/hass-music-assistant)
- [Node Red Companion](https://github.com/zachowj/hass-node-red)
@@ -131,7 +132,7 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- [Custom Icons](https://github.com/Mariusthvdb/custom-icons)
- [Decluttering Card](https://github.com/custom-cards/decluttering-card)
- [Fold Entity Row](https://github.com/thomasloven/lovelace-fold-entity-row)
-- [Ha Floorplan 🖌🎨 Your Imagination Just Become The New Limit](https://github.com/ExperienceLovelace/ha-floorplan)
+- [Ha Floorplan 🖌🎨 | Your Imagination Just Became The New Limit](https://github.com/ExperienceLovelace/ha-floorplan)
- [History Explorer Card](https://github.com/SpangleLabs/history-explorer-card)
- [Honeycomb Menu](https://github.com/Sian-Lee-SA/honeycomb-menu)
- [Horizon Card](https://github.com/rejuvenate/lovelace-horizon-card)
diff --git a/config/automations.yaml b/config/automations.yaml
index 67855eb..795d837 100644
--- a/config/automations.yaml
+++ b/config/automations.yaml
@@ -470,21 +470,23 @@
event: start
condition: []
action:
- - service: notify.mobile_app_viet_ngoc
- data:
+ - data:
message: Home assistant started
data:
tag: hastarted
+ action: notify.mobile_app_viet_ngoc
- delay:
hours: 0
minutes: 0
seconds: 10
milliseconds: 0
- - service: notify.mobile_app_viet_ngoc
- data:
+ - data:
message: clear_notification
data:
tag: hastarted
+ action: notify.mobile_app_viet_ngoc
+ - action: readme.generate
+ data: {}
mode: single
- id: '1695935011647'
alias: dismiss_lovelace_updated
diff --git a/config/custom_components/dyson_local/manifest.json b/config/custom_components/dyson_local/manifest.json
index 41e0e92..3622ec2 100644
--- a/config/custom_components/dyson_local/manifest.json
+++ b/config/custom_components/dyson_local/manifest.json
@@ -8,6 +8,6 @@
"import_executor": true,
"iot_class": "local_push",
"issue_tracker": "https://github.com/libdyson-wg/ha-dyson/issues",
- "version": "1.3.11",
+ "version": "1.4.0-rc3",
"import_executor": true
}
diff --git a/config/custom_components/hacs/manifest.json b/config/custom_components/hacs/manifest.json
index 4230c75..051ee7d 100644
--- a/config/custom_components/hacs/manifest.json
+++ b/config/custom_components/hacs/manifest.json
@@ -22,5 +22,5 @@
"requirements": [
"aiogithubapi>=22.10.1"
],
- "version": "2.0.0-dev-6fb6f25"
+ "version": "2.0.0"
}
\ No newline at end of file
diff --git a/config/custom_components/nodered/manifest.json b/config/custom_components/nodered/manifest.json
index 5c94c8a..5db68ff 100644
--- a/config/custom_components/nodered/manifest.json
+++ b/config/custom_components/nodered/manifest.json
@@ -13,5 +13,5 @@
"documentation": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/guide/custom_integration/",
"iot_class": "local_push",
"issue_tracker": "https://github.com/zachowj/hass-node-red/issues",
- "version": "4.0.1"
+ "version": "4.0.2"
}
diff --git a/config/custom_components/spotifyplus/manifest.json b/config/custom_components/spotifyplus/manifest.json
index 96d29af..654a84f 100644
--- a/config/custom_components/spotifyplus/manifest.json
+++ b/config/custom_components/spotifyplus/manifest.json
@@ -19,11 +19,11 @@
"requests>=2.31.0",
"requests_oauthlib>=1.3.1",
"smartinspectPython>=3.0.33",
- "spotifywebapiPython>=1.0.76",
+ "spotifywebapiPython>=1.0.83",
"urllib3>=1.21.1,<1.27",
"zeroconf>=0.132.2"
],
- "version": "v1.0.48",
+ "version": "v1.0.49",
"zeroconf": [
"_spotify-connect._tcp.local."
]
diff --git a/config/custom_components/xiaomi_miot/manifest.json b/config/custom_components/xiaomi_miot/manifest.json
index 48c57a9..6b8a412 100644
--- a/config/custom_components/xiaomi_miot/manifest.json
+++ b/config/custom_components/xiaomi_miot/manifest.json
@@ -17,5 +17,5 @@
"python-miio>=0.5.12",
"micloud>=0.5"
],
- "version": "0.7.19"
+ "version": "0.7.20"
}
diff --git a/docs/README.md b/docs/README.md
index d63b4dd..d10d167 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -10,7 +10,7 @@ Hey there! 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! ✨
-I frequently refresh my configuration files. My current Home Assistant version is 2024.7.4 . 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 2024.8.2 . If you find something you like, don't forget to give my repository a ⭐️!
@@ -39,11 +39,11 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
34,028
31
- 186
+ 189
37
52
- 35
- 1104
+ 36
+ 1129
168
38
@@ -96,6 +96,7 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- [Govee](https://github.com/LaggAt/hacs-govee)
- [HACS](https://github.com/hacs/integration)
- [Hass Favicon](https://github.com/thomasloven/hass-favicon)
+- [Lunar Phase](https://github.com/ngocjohn/lunar-phase)
- [Mercedesme 2020](https://github.com/ReneNulschDE/mbapi2020)
- [Music Assistant](https://github.com/music-assistant/hass-music-assistant)
- [Node Red Companion](https://github.com/zachowj/hass-node-red)
@@ -131,7 +132,7 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- [Custom Icons](https://github.com/Mariusthvdb/custom-icons)
- [Decluttering Card](https://github.com/custom-cards/decluttering-card)
- [Fold Entity Row](https://github.com/thomasloven/lovelace-fold-entity-row)
-- [Ha Floorplan 🖌🎨 Your Imagination Just Become The New Limit](https://github.com/ExperienceLovelace/ha-floorplan)
+- [Ha Floorplan 🖌🎨 | Your Imagination Just Became The New Limit](https://github.com/ExperienceLovelace/ha-floorplan)
- [History Explorer Card](https://github.com/SpangleLabs/history-explorer-card)
- [Honeycomb Menu](https://github.com/Sian-Lee-SA/honeycomb-menu)
- [Horizon Card](https://github.com/rejuvenate/lovelace-horizon-card)