diff --git a/README.md b/README.md index 6683ef7..ca043db 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/install b/install index aa7fe98..7575e3c 100644 --- a/install +++ b/install @@ -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'