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
- Host: GitHub
- URL: https://github.com/hidaris/homeassistant-webthing
- Owner: hidaris
- Archived: true
- Created: 2020-04-19T16:25:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T17:12:42.000Z (about 6 years ago)
- Last Synced: 2025-04-07T14:51:24.732Z (about 1 year ago)
- Topics: home-assistant, homeassistant-components, webthings
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```