Updated README.md
This commit is contained in:
parent
cea24e01c6
commit
4ef92f76dc
|
|
@ -16,15 +16,15 @@
|
||||||
> Since v0.0.8 this component uses threads to process the UART communication.
|
> Since v0.0.8 this component uses threads to process the UART communication.
|
||||||
> But if you still want to use an ESP8266 controller or the arduino framework,
|
> But if you still want to use an ESP8266 controller or the arduino framework,
|
||||||
> please use the branch "heatpump/esp8266".
|
> please use the branch "heatpump/esp8266".
|
||||||
|
>
|
||||||
```yaml
|
> ```yaml
|
||||||
external_components:
|
> external_components:
|
||||||
- source:
|
> - source:
|
||||||
type: git
|
> type: git
|
||||||
url: https://github.com/ElVit/esphome_components
|
> url: https://github.com/ElVit/esphome_components
|
||||||
ref: 'heatpump/esp8266'
|
> ref: 'heatpump/esp8266'
|
||||||
components: [ panasonic_heatpump ]
|
> components: [ panasonic_heatpump ]
|
||||||
```
|
> ```
|
||||||
|
|
||||||
### Wiring
|
### Wiring
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue