@tcousin/homebridge-hassio-input_select

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i @tcousin/homebridge-hassio-input_select

Weekly Downloads

10

Version

0.0.1

License

MIT

Unpacked Size

6.58 kB

Total Files

5

Last publish

Collaborators

  • tcousin