mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-07 20:16:58 +03:00
docs: how to use specific version of the component
This commit is contained in:
@@ -46,6 +46,14 @@ external_components:
|
|||||||
type: git
|
type: git
|
||||||
url: https://github.com/GrKoR/esphome_aux_ac_component
|
url: https://github.com/GrKoR/esphome_aux_ac_component
|
||||||
```
|
```
|
||||||
|
In case you need a specific version of the component, you can use the component declaration from the example below. The example uses version 0.2.14 of the component. You can find a list of available versions [on the GitHub tags page](https://github.com/GrKoR/esphome_aux_ac_component/tags).
|
||||||
|
```yaml
|
||||||
|
external_components:
|
||||||
|
- source:
|
||||||
|
type: git
|
||||||
|
url: https://github.com/GrKoR/esphome_aux_ac_component
|
||||||
|
ref: v.0.2.14
|
||||||
|
```
|
||||||
2. Configure UART to communicate with air conditioner:
|
2. Configure UART to communicate with air conditioner:
|
||||||
```yaml
|
```yaml
|
||||||
uart:
|
uart:
|
||||||
|
|||||||
@@ -54,6 +54,14 @@ external_components:
|
|||||||
type: git
|
type: git
|
||||||
url: https://github.com/GrKoR/esphome_aux_ac_component
|
url: https://github.com/GrKoR/esphome_aux_ac_component
|
||||||
```
|
```
|
||||||
|
Если требуется прошить определенную версию компонента, используйте синтаксис из примера ниже. Здесь прошивается версия 0.2.14. Список версий смотрите [в тегах на гитхаб](https://github.com/GrKoR/esphome_aux_ac_component/tags).
|
||||||
|
```yaml
|
||||||
|
external_components:
|
||||||
|
- source:
|
||||||
|
type: git
|
||||||
|
url: https://github.com/GrKoR/esphome_aux_ac_component
|
||||||
|
ref: v.0.2.14
|
||||||
|
```
|
||||||
2. Настройте UART для коммуникации с вашим кондиционером:
|
2. Настройте UART для коммуникации с вашим кондиционером:
|
||||||
```yaml
|
```yaml
|
||||||
uart:
|
uart:
|
||||||
|
|||||||
Reference in New Issue
Block a user