# 0x0range-homebridge-homeassistant

> sd

Latest version **1.0.1** (published 2020-12-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install 0x0range-homebridge-homeassistant
pnpm add 0x0range-homebridge-homeassistant
yarn add 0x0range-homebridge-homeassistant
bun add 0x0range-homebridge-homeassistant
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2020-12-06 |
| First published | 2020-12-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | ^14.15.1 |
| Dependencies | 2 |
| Unpacked size | 117.4 KB |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | saaak |
| Maintainers | 0x0range |
| Keywords | homeassistant, homebridge |

## Links

- npm: https://www.npmjs.com/package/0x0range-homebridge-homeassistant
- Repository: https://github.com/saaak/homebridge-homeassistant-saaak
- Homepage: https://github.com/saaak/homebridge-homeassistant-saaak#readme
- Issues: https://github.com/saaak/homebridge-homeassistant-saaak/issues
- npm.io page: https://npm.io/package/0x0range-homebridge-homeassistant

## Dependencies (2)

- [request](https://npm.io/package/request.md) ^2.69.0
- [eventsource](https://npm.io/package/eventsource.md) ^0.2.1

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2020-12-06
- 1.0.0 — 2020-12-06

## README

# [homebridge-homeassistant-saaak](https://www.npmjs.com/package/homebridge-homeassistant-saaak)
对官方版本的homebridge-homeassistant的验证方式做出修改，使其适应新版homeassistant

## 安装方法

```shell
npm install homebridge-homeassistant-saaak -g
```

## 配置方法

```` json
{
        "platform": "HomeAssistant",
        "name": "HomeAssistant",
        "host": "http://127.0.0.1:8123",
	    "password": "Bearer ",
        "supported_types": [
                "binary_sensor",
                "climate",
                "cover",
                "fan",
                "garage_door",
                "device_tracker",
                "input_boolean",
                "light",
                "lock",
                "media_player",
                "rollershutter",
                "sensor",
                "scene",
                "switch"
            ],
            "default_visibility": "visible",
            "verify_ssl": false
}

````

#### tips：

password为

```` 
Bearer+空格+长期访问令牌
````

长期访问令牌获取方法如下：

![1586495247517](https://wx3.sinaimg.cn/mw690/006ocjslgy1gdolgh0yzsj31hc0q1zn0.jpg)

## Concact
1351161572@qq.com

---
_Source: https://npm.io/package/0x0range-homebridge-homeassistant · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
