diff --git a/app-configs/rikku/homeassistant/configuration.yaml b/app-configs/rikku/homeassistant/configuration.yaml index 4d35c34..10f2ca1 100644 --- a/app-configs/rikku/homeassistant/configuration.yaml +++ b/app-configs/rikku/homeassistant/configuration.yaml @@ -32,7 +32,7 @@ ingress: ui_mode: toolbar title: AdGuardHome icon: si:adguard - url: http://adguard:8080 + url: http://192.168.1.252:8080 # audiobookshelf: # work_mode: ingress # ui_mode: toolbar @@ -44,16 +44,16 @@ ingress: ui_mode: toolbar title: Dockflare icon: si:cloudflare - url: http://dockflare:5000 + url: http://192.168.1.252:5001 ha_fusion: work_mode: ingress ui_mode: toolbar title: HA Fusion icon: mdi:monitor-dashboard - url: http://ha-fusion:5050 + url: http://192.168.1.252:5050 upsnap: work_mode: ingress ui_mode: toolbar title: UpSnap icon: mdi:lan-pending - url: http://upsnap:5000 \ No newline at end of file + url: http://192.168.1.252:5000 \ No newline at end of file