From 459eb400eefe261dbc03cc55f0ee91390d7916f0 Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Sun, 22 Jan 2023 10:49:27 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4174fb..6ed0601 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Control your somfy shades in Home Assistant # Requirements -This integration requires hardware that uses an ESP32 microcontroller. Setup for this controller can be found at the [ESPSomfy RTS hardware repositiory](https://github.com/rstrouse/ESPSomfy-RTS). You must have one of these inexpensive radios configured for your shades. +This integration requires hardware that uses an ESP32 microcontroller and a CC1101 transceiver. Setup for this controller can be found at the [ESPSomfy RTS hardware repositiory](https://github.com/rstrouse/ESPSomfy-RTS). You must have one of these inexpensive radios configured for your shades. # Installation The easiest way to get going is to install this integration in Home Assistant using HACS as a [Custom Repository](https://hacs.xyz/docs/faq/custom_repositories/). As an alternative you may install it manually by copying the contents of the `custom_components` folder to the `config/custom_components` directory of you Home Assistant installation.