You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,16 @@
2
2
3
3
# AirSend Home Assistant
4
4
5
-
Component for sending radio commands (433-434Mhz) through the AirSend device.
5
+
Component for sending radio commands through the AirSend (RF433) or AirSend duo (RF433 & RF868).
6
6
7
7
## Installation
8
8
9
-
1. Add `airsend:` to your HA configuration (see configuration below).
10
-
2. Into the terminal, run `wget -q -O - https://raw.githubusercontent.com/devmel/hass_airsend/master/install | bash -`
9
+
1. Into the terminal, run `wget -q -O - https://raw.githubusercontent.com/devmel/hass_airsend/master/install | bash -`
11
10
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).
12
-
3. To allow a local LAN connection please install and start [hass_airsend-addon](https://github.com/devmel/hass_airsend-addon).
13
-
4. Restart Home Assistant
11
+
2. To allow a local LAN connection please install and start [hass_airsend-addon](https://github.com/devmel/hass_airsend-addon).
12
+
3. Restart Home Assistant
13
+
4. Add `airsend:` to your HA configuration (see configuration below).
0 commit comments