install command

This commit is contained in:
Devmel Apps
2021-05-19 17:48:43 +02:00
parent 1dd6e548bc
commit 7962a336a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ 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://github.com/devmel/hass_airsend/install | bash -`
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](https://developers.home-assistant.io/docs/creating_integration_file_structure/#where-home-assistant-looks-for-integrations).
3. Restart Home Assistant
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
# wget -q -O - https://github.com/devmel/hass_airsend/install | bash -
# wget -q -O - https://raw.githubusercontent.com/devmel/hass_airsend/master/install | bash -
set -e
RED_COLOR='\033[0;31m'