first commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
[![License][license-shield]](LICENSE)
|
||||
|
||||
[![hacs][hacsbadge]](hacs)
|
||||
|
||||
<img align="left" width="80" height="80" src="https://raw.githubusercontent.com/devmel/hass_airsend/master/icons/icon.png" alt="App icon">
|
||||
|
||||
# AirSend Home Assistant
|
||||
|
||||
Component for sending radio commands (433-434Mhz) through the AirSend device.
|
||||
|
||||
## Installation
|
||||
|
||||
1. To use this plugin, copy the `airsend` folder into your [custom_components folder](https://developers.home-assistant.io/docs/creating_integration_file_structure/#where-home-assistant-looks-for-integrations).
|
||||
2. Add `airsend:` to your HA configuration (see configuration.example.yaml).
|
||||
|
||||
## Configuration
|
||||
|
||||
### YAML
|
||||
|
||||
To integrate `airsend` into Home Assistant, go to `airsend.cloud -> import/export -> Export YAML` and add the contents of the downloaded file into your HA configuration `configuration.yaml`.
|
||||
|
||||
Simple example:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
airsend:
|
||||
devices:
|
||||
light:
|
||||
id: 9000
|
||||
type: 4098
|
||||
apiKey: !secret asKey
|
||||
prise somfy:
|
||||
id: 9010
|
||||
type: 4097
|
||||
apiKey: !secret asKey
|
||||
```
|
||||
|
||||
## Preview
|
||||
|
||||
<img src="https://raw.githubusercontent.com/devmel/hass_airsend/master/img/screenshot.png" height="200"/>
|
||||
Reference in New Issue
Block a user