Skip to content

Commit

Permalink
Verified
Browse files Browse the repository at this point in the history
  • Loading branch information
JobDoesburg committed Sep 23, 2024
1 parent 5f8f231 commit 56ea4f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Homebridge MHI WF-RAC

[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
[![npm](https://img.shields.io/npm/v/homebridge-mhi-wfrac)](https://www.npmjs.com/package/homebridge-mhi-wfrac)
[![npm](https://img.shields.io/npm/dt/homebridge-mhi-wfrac)](https://www.npmjs.com/package/homebridge-mhi-wfrac)

This is a Homebridge plugin for Mitsubishi WF-RAC air conditioners controlled by the Smart M-Air app.
This plugin exposes three services to HomeKit as one device: a thermostat service for HEATing and COOLing (or AUTO), a fan (additional to the thermostat, or standalone for FAN mode), and a dehumidifier.
The devices are automatically discovered on the local network (using mDNS bonjour).
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge MHI WF-RAC",
"name": "homebridge-mhi-wfrac",
"version": "1.0.1",
"version": "1.0.2",
"description": "A homebridge plugin for Mitshubishi WF-RAC aircos (using the Smart M-Air app)",
"license": "Apache-2.0",
"type": "module",
Expand All @@ -14,6 +14,10 @@
"type": "git",
"url": "git+https://github.com/JobDoesburg/homebridge-mhi-wfrac.git"
},
"funding": {
"type" : "paypal",
"url" : "https://paypal.me/jobdoesburg"
},
"homepage": "https://github.com/JobDoesburg/homebridge-mhi-wfrac",
"bugs": {
"url": "https://github.com/JobDoesburg/homebridge-mhi-wfrac/issues"
Expand Down

0 comments on commit 56ea4f8

Please sign in to comment.