Browse Source

Update homebridge to 2023-01-08 (#877)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
smolgrrr 1 year ago
committed by GitHub
parent
commit
ae83cf5296
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      homebridge/docker-compose.yml
  2. 7
      homebridge/umbrel-app.yml

2
homebridge/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services: services:
server: server:
image: oznu/homebridge:2023-01-08@sha256:f46e9c82e4f3449e18c2b61014ba13474343fed703537983db0f59a2a4b97c31 image: homebridge/homebridge:2023-11-28@sha256:45d955145ff1bfee30ebbeffdc4e638b4cc0acd2fe702bfca5ae763c35d2befe
# container runs as root # container runs as root
network_mode: host network_mode: host
# available at port 8581 # available at port 8581

7
homebridge/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: homebridge id: homebridge
category: automation category: automation
name: Homebridge name: Homebridge
version: "2023-01-08" version: "2023-11-28"
tagline: "HomeKit support for the impatient" tagline: "HomeKit support for the impatient"
description: >- description: >-
Bringing HomeKit support where there is none. Homebridge allows you to integrate with smart home devices that do not natively support HomeKit. Bringing HomeKit support where there is none. Homebridge allows you to integrate with smart home devices that do not natively support HomeKit.
@ -38,6 +38,9 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
torOnly: false torOnly: false
releaseNotes: "" releaseNotes: >-
This release uses Homebridge's 2023-11-28 image, which takes it to v1.7.0.
Read the full release notes for additional information and detailed changes at https://github.com/homebridge/homebridge/releases
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps submission: https://github.com/getumbrel/umbrel-apps
Loading…
Cancel
Save