diff --git a/README.md b/README.md
index 1f25ee3e..558e16f8 100644
--- a/README.md
+++ b/README.md
@@ -265,6 +265,59 @@ ________________________________________________________________________________
+
+ 🔸Homebridge LXC
+
+
+
+ Homebridge LXC
+
+To create a new Proxmox Homebridge LXC, run the following in the Proxmox Shell.
+
+```yaml
+bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/homebridge.sh)"
+```
+
+⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡
+
+**Homebridge Interface - IP:8581**
+
+⚙️ **Initial Login**
+
+**username**
+ ```yaml
+ admin
+ ```
+ **password**
+ ```yaml
+ admin
+ ```
+Config File Path `/var/lib/homebridge/config.json`
+
+Storage Path `/var/lib/homebridge`
+
+Restart Command `sudo hb-service restart`
+
+Stop Command `sudo hb-service stop`
+
+Start Command `sudo hb-service start`
+
+View Logs Command `sudo hb-service logs`
+
+Systemd Service File `/etc/systemd/system/homebridge.service`
+
+Systemd Env File `/etc/default/homebridge`
+
+⚙️ **To Update Homebridge**
+
+```yaml
+Update from the Homebridge UI
+```
+
+ ___________________________________________________________________________________________
+
+
+
@@ -272,7 +325,7 @@ ________________________________________________________________________________
- ESPHome LXC Container
+ ESPHome LXC
To create a new Proxmox ESPHome LXC Container, run the following in the Proxmox Shell.