1.0.1 • Published 6 months ago

homebridge-gira-homeserver-2.0 v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Homebridge Gira HomeServer 2.0

Ein Homebridge-Plugin zur Integration von Gira HomeServer in Apple HomeKit.

Installation

  1. Stellen Sie sicher, dass Sie Homebridge installiert haben:

    npm install -g homebridge
  2. Installieren Sie das Gira HomeServer Plugin:

    npm install -g homebridge-gira-homeserver-2.0

Konfiguration

Fügen Sie die Plattform GiraHomeServer zu Ihrer Homebridge-Konfiguration hinzu:

{
  "platforms": [
    {
      "platform": "GiraHomeServer",
      "host": "http://your-gira-homeserver-address",
      "username": "your-username",
      "password": "your-password"
    }
  ]
}
1.0.1

6 months ago

1.0.0

6 months ago