Skip to content

Commit

Permalink
Examples updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Dudnytskyi committed Aug 22, 2024
1 parent ed65478 commit 576cf10
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
11 changes: 7 additions & 4 deletions docs/examples/.base.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
substitutions:
file_name: none

esphome:
esphome:
name: esp32-haier-example

esp32:
Expand All @@ -14,3 +11,9 @@ wifi:
ssid: test_ssid
password: test_pass

external_components:
source:
type: local
path: ./components
components: [ haier ]

6 changes: 3 additions & 3 deletions docs/examples/max-hon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ text_sensor:
switch:
- platform: haier
beeper:
name: ${device_name} beeper
name: Haier hOn Climate beeper
health_mode:
name: ${device_name} health mode
name: Haier hOn Climate health mode
display:
name: ${device_name} display
name: Haier hOn Climate display

select:
- platform: template
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/max-smartair2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ climate:
switch:
- platform: haier
health_mode:
name: ${device_name} health mode
name: Haier SmartAir2 Climate health mode
display:
name: ${device_name} display
name: Haier SmartAir2 Climate display
6 changes: 3 additions & 3 deletions docs/hon_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ Maximum configuration witch will use all possible options will look like this:
switch:
- platform: haier
beeper:
name: ${device_name} beeper
name: Haier hOn Climate beeper
health_mode:
name: ${device_name} health mode
name: Haier hOn Climate health mode
display:
name: ${device_name} display
name: Haier hOn Climate display
select:
- platform: template
Expand Down
4 changes: 2 additions & 2 deletions docs/smartair2_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Maximum configuration witch will use all possible options will look like this:
switch:
- platform: haier
health_mode:
name: ${device_name} health mode
name: Haier SmartAir2 Climate health mode
display:
name: ${device_name} display
name: Haier SmartAir2 Climate display

0 comments on commit 576cf10

Please sign in to comment.