An open API service indexing awesome lists of open source software.

https://github.com/hidaris/homeassistant-webthing

Draft homeassistant component to control Webthing Device
https://github.com/hidaris/homeassistant-webthing

home-assistant homeassistant-components webthings

Last synced: 10 months ago
JSON representation

Draft homeassistant component to control Webthing Device

Awesome Lists containing this project

README

          

# Webthing Home Assistant component

A full featured Homeassistant component to control Webthing. This component is based on my library available [here](https://github.com/hidaris/aiowebthing).

### Installation

Copy this folder to `/custom_components/webthing/`.

Add the following entry in your `configuration.yaml`:

```yaml
light:
- platform: webthing
host: HOST_HERE
```