{
  "name": "homebridge-tado-ac",
  "version": "4.2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/nitaybz/homebridge-tado-ac.git"
  },
  "description": "[DEPRECATED] tado° Smart AC Control plugin for homebridge. Tado deprecated their authentication API in March 2025, this plugin no longer works. Please migrate to @homebridge-plugins/homebridge-tado v8+ which now supports AC.",
  "license": "MIT",
  "keywords": [
    "homebridge-plugin",
    "tado",
    "air conditioner",
    "tado ac",
    "smart ac"
  ],
  "bugs": {
    "url": "https://github.com/nitaybz/homebridge-tado-ac/issues"
  },
  "homepage": "https://github.com/nitaybz/homebridge-tado-ac#readme",
  "engines": {
    "node": ">=15.0.0",
    "homebridge": ">=1.5.0"
  },
  "dependencies": {
    "axios": "^1.6.7",
    "fakegato-history": "^0.5.6",
    "node-persist": "^3.1.3",
    "qs": "^6.11.2"
  },
  "devDependencies": {
    "eslint": "^7.1.0"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": ""
  },
  "funding": [
    {
      "type": "paypal",
      "url": "https://paypal.me/nitaybz"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/nitaybz"
    },
    {
      "type": "kofi",
      "url": "https://ko-fi.com/nitaybz"
    }
  ]
}
