1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Merge remote-tracking branch 'origin/dev' into nrf52_core

This commit is contained in:
Tomasz Duda
2024-07-19 09:34:27 +02:00
63 changed files with 611 additions and 314 deletions

View 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

View File

@@ -2,4 +2,7 @@ wifi:
ssid: MySSID
password: password1
logger:
hardware_uart: UART0
improv_serial:

View File

@@ -0,0 +1,8 @@
wifi:
ssid: MySSID
password: password1
logger:
hardware_uart: USB_CDC
improv_serial:

View File

@@ -0,0 +1,8 @@
wifi:
ssid: MySSID
password: password1
logger:
hardware_uart: USB_SERIAL_JTAG
improv_serial:

View File

@@ -0,0 +1 @@
<<: !include common-uart0.yaml

View File

@@ -0,0 +1 @@
<<: !include common-uart0.yaml

View File

@@ -0,0 +1 @@
<<: !include common-uart0.yaml

View File

@@ -0,0 +1 @@
<<: !include common-uart0.yaml

View File

@@ -0,0 +1 @@
<<: !include common-uart0.yaml

View File

@@ -0,0 +1 @@
<<: !include common-uart0.yaml

View File

@@ -0,0 +1 @@
<<: !include common-uart0.yaml

View File

@@ -0,0 +1 @@
<<: !include common-uart0.yaml

View File

@@ -0,0 +1 @@
<<: !include common-uart0.yaml

View File

@@ -0,0 +1 @@
<<: !include common-uart0.yaml

View File

@@ -0,0 +1 @@
<<: !include common-usb_cdc.yaml

View File

@@ -0,0 +1 @@
<<: !include common-usb_cdc.yaml

View File

@@ -0,0 +1 @@
<<: !include common-usb_cdc.yaml

View File

@@ -0,0 +1 @@
<<: !include common-usb_cdc.yaml

View File

@@ -0,0 +1 @@
<<: !include common-usb_cdc.yaml

View File

@@ -0,0 +1 @@
<<: !include common-usb_serial_jtag.yaml

View File

@@ -0,0 +1 @@
<<: !include common-usb_serial_jtag.yaml

View File

@@ -1 +0,0 @@
<<: !include common.yaml

View File

@@ -1 +0,0 @@
<<: !include common.yaml

View File

@@ -1 +0,0 @@
<<: !include common.yaml

View File

@@ -1 +0,0 @@
<<: !include common.yaml

View File

@@ -1 +0,0 @@
<<: !include common.yaml

View File

@@ -1 +0,0 @@
<<: !include common.yaml

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -0,0 +1,5 @@
<<: !include common.yaml
web_server:
port: 8080
version: 1

View File

@@ -0,0 +1,5 @@
<<: !include common.yaml
web_server:
port: 8080
version: 2

View File

@@ -1 +1 @@
<<: !include common.yaml
<<: !include common_v2.yaml

View File

@@ -1 +1 @@
<<: !include common.yaml
<<: !include common_v2.yaml

View File

@@ -1 +1 @@
<<: !include common.yaml
<<: !include common_v2.yaml

View File

@@ -1 +1 @@
<<: !include common.yaml
<<: !include common_v2.yaml

View File

@@ -1 +1 @@
<<: !include common.yaml
<<: !include common_v2.yaml

View File

@@ -0,0 +1 @@
<<: !include common_v1.yaml