2021-05-19 17:48:43 +02:00
2021-05-17 14:23:10 +02:00
2021-05-17 14:23:10 +02:00
2021-05-17 14:23:10 +02:00
2021-05-17 14:23:10 +02:00
2021-05-17 14:23:10 +02:00
2021-05-17 14:23:10 +02:00
2021-05-19 17:48:43 +02:00
2021-05-17 14:23:10 +02:00
2021-05-19 17:48:43 +02:00
2021-05-17 14:23:10 +02:00

App icon

AirSend Home Assistant

Component for sending radio commands (433-434Mhz) through the AirSend device.

Installation

  1. Add airsend: to your HA configuration (see configuration below).
  2. Into the terminal, run wget -q -O - https://raw.githubusercontent.com/devmel/hass_airsend/master/install | bash - OR copy the airsend folder into your custom_components folder.
  3. Restart Home Assistant

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:

# Example configuration.yaml entry
airsend:
  devices:
    light:
      id: 9000
      type: 4098
      apiKey: !secret asKey
    prise somfy:
      id: 9010
      type: 4097
      apiKey: !secret asKey

Preview

S
Description
Home Assistant Component permettant d'envoyer des commandes radio via AirSend (RF433) ou AirSend duo (RF433 & RF868).
Readme GPL-3.0
304 KiB
Languages
Python 100%