0.0.1 • Published 3 years ago

@tcousin/homebridge-hassio-input_select v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

homebridge-hassio-input_select

A simple package to bridge mqtt input_select's from Home Assistant to Homekit using HomeBridge

Installation

Follow the instructions in homebridge for the homebridge server installation. This plugin is published through NPM and should be installed "globally" by typing:

npm install -g homebridge-tasmota-sonoff-thermostat

Configuration

An example configuration for HomeBridge is below:

{
  "accessory": "HassInputSelect",
  "name": "Hass Input Select",
  "values": [
    "Input1",
    "Input2"
  ],
  "mqtt": {
    "url": "mqtt://192.168.1.2:1883",
    "clientid": "clinetid",
    "username": "username",
    "password": "password",
    "topic": "publish/topic/in/mqtt"
  }
}

The following configuration will bridge an input select into mqtt:

TBC

Release Notes

Roadmap:

  • Fully Test
  • Write Tests