diff --git a/config/README.md b/config/README.md
index 19e1843..772b447 100644
--- a/config/README.md
+++ b/config/README.md
@@ -37,13 +37,13 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- 34,752 |
- 30 |
- 201 |
+ 34,220 |
+ 31 |
+ 186 |
36 |
52 |
- 30 |
- 1125 |
+ 31 |
+ 1057 |
168 |
38 |
@@ -95,6 +95,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)
@@ -104,6 +105,7 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- [Simpleicons](https://github.com/vigonotion/hass-simpleicons)
- [Spook 👻 Your Homie](https://github.com/frenck/spook)
- [Spotcast](https://github.com/fondberg/spotcast)
+- [Spotifyplus](https://github.com/thlucas1/homeassistantcomponent_spotifyplus)
- [Xiaomi Cloud Map Extractor](https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor)
- [Xiaomi Miot Auto](https://github.com/al-one/hass-xiaomi-miot)
- [Ytube Music Player](https://github.com/KoljaWindeler/ytube_music_player)
diff --git a/config/custom_components/lunar_phase/manifest.json b/config/custom_components/lunar_phase/manifest.json
new file mode 100644
index 0000000..f4c4815
--- /dev/null
+++ b/config/custom_components/lunar_phase/manifest.json
@@ -0,0 +1,16 @@
+{
+ "domain": "lunar_phase",
+ "name": "Lunar Phase",
+ "codeowners": [
+ "@ngocjohn"
+ ],
+ "config_flow": true,
+ "dependencies": [],
+ "documentation": "https://github.com/ngocjohn/lunar-phase",
+ "iot_class": "calculated",
+ "issue_tracker": "https://github.com/ngocjohn/lunar-phase/issues",
+ "requirements": [
+ "ephem==4.1.5"
+ ],
+ "version": "0.1.0"
+}
\ No newline at end of file
diff --git a/docs/README.md b/docs/README.md
index 19e1843..772b447 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -37,13 +37,13 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- 34,752 |
- 30 |
- 201 |
+ 34,220 |
+ 31 |
+ 186 |
36 |
52 |
- 30 |
- 1125 |
+ 31 |
+ 1057 |
168 |
38 |
@@ -95,6 +95,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)
@@ -104,6 +105,7 @@ https://github.com/ngocjohn/hass-config/assets/96962827/acc1a4db-b92e-4ab1-ac9d-
- [Simpleicons](https://github.com/vigonotion/hass-simpleicons)
- [Spook 👻 Your Homie](https://github.com/frenck/spook)
- [Spotcast](https://github.com/fondberg/spotcast)
+- [Spotifyplus](https://github.com/thlucas1/homeassistantcomponent_spotifyplus)
- [Xiaomi Cloud Map Extractor](https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor)
- [Xiaomi Miot Auto](https://github.com/al-one/hass-xiaomi-miot)
- [Ytube Music Player](https://github.com/KoljaWindeler/ytube_music_player)