mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Merge remote-tracking branch 'origin/dev' into nrf52_core
This commit is contained in:
19
tests/components/heatpumpir/test.bk72xx-ard.yaml
Normal file
19
tests/components/heatpumpir/test.bk72xx-ard.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
remote_transmitter:
|
||||
pin: 6
|
||||
carrier_duty_percent: 50%
|
||||
|
||||
climate:
|
||||
- platform: heatpumpir
|
||||
protocol: daikin
|
||||
horizontal_default: mleft
|
||||
vertical_default: mup
|
||||
name: HeatpumpIR Climate
|
||||
min_temperature: 18
|
||||
max_temperature: 30
|
||||
- platform: heatpumpir
|
||||
protocol: panasonic_altdke
|
||||
horizontal_default: mright
|
||||
vertical_default: mdown
|
||||
name: HeatpumpIR Climate
|
||||
min_temperature: 18
|
||||
max_temperature: 30
|
||||
@@ -2,4 +2,7 @@ wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
logger:
|
||||
hardware_uart: UART0
|
||||
|
||||
improv_serial:
|
||||
8
tests/components/improv_serial/common-usb_cdc.yaml
Normal file
8
tests/components/improv_serial/common-usb_cdc.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
logger:
|
||||
hardware_uart: USB_CDC
|
||||
|
||||
improv_serial:
|
||||
@@ -0,0 +1,8 @@
|
||||
wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
logger:
|
||||
hardware_uart: USB_SERIAL_JTAG
|
||||
|
||||
improv_serial:
|
||||
1
tests/components/improv_serial/test-uart0.esp32-ard.yaml
Normal file
1
tests/components/improv_serial/test-uart0.esp32-ard.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common-uart0.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-uart0.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-uart0.yaml
|
||||
1
tests/components/improv_serial/test-uart0.esp32-idf.yaml
Normal file
1
tests/components/improv_serial/test-uart0.esp32-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common-uart0.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-uart0.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-uart0.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-uart0.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-uart0.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-uart0.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-uart0.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-usb_cdc.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-usb_cdc.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-usb_cdc.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-usb_cdc.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-usb_cdc.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-usb_serial_jtag.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-usb_serial_jtag.yaml
|
||||
@@ -1 +0,0 @@
|
||||
<<: !include common.yaml
|
||||
@@ -1 +0,0 @@
|
||||
<<: !include common.yaml
|
||||
@@ -1 +0,0 @@
|
||||
<<: !include common.yaml
|
||||
@@ -1 +0,0 @@
|
||||
<<: !include common.yaml
|
||||
@@ -1 +0,0 @@
|
||||
<<: !include common.yaml
|
||||
@@ -1 +0,0 @@
|
||||
<<: !include common.yaml
|
||||
@@ -18,3 +18,21 @@ sensor:
|
||||
window_correction_factor: 1.0
|
||||
address: 0x53
|
||||
update_interval: 60s
|
||||
- platform: ltr390
|
||||
uv:
|
||||
name: LTR390 UV
|
||||
uv_index:
|
||||
name: LTR390 UVI
|
||||
light:
|
||||
name: LTR390 Light
|
||||
ambient_light:
|
||||
name: LTR390 ALS
|
||||
gain:
|
||||
ambient_light: X9
|
||||
uv: X3
|
||||
resolution:
|
||||
ambient_light: 18
|
||||
uv: 13
|
||||
window_correction_factor: 1.0
|
||||
address: 0x53
|
||||
update_interval: 60s
|
||||
|
||||
@@ -13,7 +13,9 @@ sensor:
|
||||
name: LTR390 Light
|
||||
ambient_light:
|
||||
name: LTR390 ALS
|
||||
gain: X3
|
||||
gain:
|
||||
ambient_light: X9
|
||||
uv: X3
|
||||
resolution: 18
|
||||
window_correction_factor: 1.0
|
||||
address: 0x53
|
||||
|
||||
@@ -2,6 +2,37 @@ wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
web_server:
|
||||
port: 8080
|
||||
version: 2
|
||||
binary_sensor:
|
||||
cover:
|
||||
fan:
|
||||
light:
|
||||
sensor:
|
||||
switch:
|
||||
button:
|
||||
text_sensor:
|
||||
climate:
|
||||
number:
|
||||
text:
|
||||
select:
|
||||
lock:
|
||||
valve:
|
||||
alarm_control_panel:
|
||||
api:
|
||||
time:
|
||||
- platform: homeassistant
|
||||
id: homeassistant_time
|
||||
datetime:
|
||||
- platform: template
|
||||
id: my_datetime_date
|
||||
type: date
|
||||
optimistic: yes
|
||||
- platform: template
|
||||
id: my_datetime_time
|
||||
type: time
|
||||
optimistic: yes
|
||||
- platform: template
|
||||
id: my_datetime
|
||||
type: datetime
|
||||
optimistic: yes
|
||||
event:
|
||||
update:
|
||||
|
||||
5
tests/components/web_server/common_v1.yaml
Normal file
5
tests/components/web_server/common_v1.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<<: !include common.yaml
|
||||
|
||||
web_server:
|
||||
port: 8080
|
||||
version: 1
|
||||
5
tests/components/web_server/common_v2.yaml
Normal file
5
tests/components/web_server/common_v2.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<<: !include common.yaml
|
||||
|
||||
web_server:
|
||||
port: 8080
|
||||
version: 2
|
||||
@@ -1 +1 @@
|
||||
<<: !include common.yaml
|
||||
<<: !include common_v2.yaml
|
||||
|
||||
@@ -1 +1 @@
|
||||
<<: !include common.yaml
|
||||
<<: !include common_v2.yaml
|
||||
|
||||
@@ -1 +1 @@
|
||||
<<: !include common.yaml
|
||||
<<: !include common_v2.yaml
|
||||
|
||||
@@ -1 +1 @@
|
||||
<<: !include common.yaml
|
||||
<<: !include common_v2.yaml
|
||||
|
||||
@@ -1 +1 @@
|
||||
<<: !include common.yaml
|
||||
<<: !include common_v2.yaml
|
||||
|
||||
1
tests/components/web_server/test_v1.esp32-ard.yaml
Normal file
1
tests/components/web_server/test_v1.esp32-ard.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common_v1.yaml
|
||||
Reference in New Issue
Block a user