1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-04 19:03:47 +01:00

Merge branch 'multi_device' into integration

This commit is contained in:
J. Nick Koston
2025-06-25 13:44:20 +02:00
11 changed files with 30 additions and 30 deletions

View File

@@ -455,7 +455,7 @@ CONFIG_SCHEMA = cv.Schema(
CONF_NAME: "Demo Plain Sensor", CONF_NAME: "Demo Plain Sensor",
}, },
{ {
CONF_NAME: "Demo Temperature Sensor", CONF_NAME: "Demo Temperature Sensor 1",
CONF_UNIT_OF_MEASUREMENT: UNIT_CELSIUS, CONF_UNIT_OF_MEASUREMENT: UNIT_CELSIUS,
CONF_ICON: ICON_THERMOMETER, CONF_ICON: ICON_THERMOMETER,
CONF_ACCURACY_DECIMALS: 1, CONF_ACCURACY_DECIMALS: 1,
@@ -463,7 +463,7 @@ CONFIG_SCHEMA = cv.Schema(
CONF_STATE_CLASS: STATE_CLASS_MEASUREMENT, CONF_STATE_CLASS: STATE_CLASS_MEASUREMENT,
}, },
{ {
CONF_NAME: "Demo Temperature Sensor", CONF_NAME: "Demo Temperature Sensor 2",
CONF_UNIT_OF_MEASUREMENT: UNIT_CELSIUS, CONF_UNIT_OF_MEASUREMENT: UNIT_CELSIUS,
CONF_ICON: ICON_THERMOMETER, CONF_ICON: ICON_THERMOMETER,
CONF_ACCURACY_DECIMALS: 1, CONF_ACCURACY_DECIMALS: 1,

View File

@@ -26,7 +26,7 @@ binary_sensor:
sensor: sensor:
- platform: binary_sensor_map - platform: binary_sensor_map
name: Binary Sensor Map name: Binary Sensor Map Group
type: group type: group
channels: channels:
- binary_sensor: bin1 - binary_sensor: bin1
@@ -36,7 +36,7 @@ sensor:
- binary_sensor: bin3 - binary_sensor: bin3
value: 100.0 value: 100.0
- platform: binary_sensor_map - platform: binary_sensor_map
name: Binary Sensor Map name: Binary Sensor Map Sum
type: sum type: sum
channels: channels:
- binary_sensor: bin1 - binary_sensor: bin1
@@ -46,7 +46,7 @@ sensor:
- binary_sensor: bin3 - binary_sensor: bin3
value: 100.0 value: 100.0
- platform: binary_sensor_map - platform: binary_sensor_map
name: Binary Sensor Map name: Binary Sensor Map Bayesian
type: bayesian type: bayesian
prior: 0.4 prior: 0.4
observations: observations:

View File

@@ -5,7 +5,7 @@ one_wire:
sensor: sensor:
- platform: dallas_temp - platform: dallas_temp
address: 0x1C0000031EDD2A28 address: 0x1C0000031EDD2A28
name: Dallas Temperature name: Dallas Temperature 1
resolution: 9 resolution: 9
- platform: dallas_temp - platform: dallas_temp
name: Dallas Temperature name: Dallas Temperature 2

View File

@@ -7,20 +7,20 @@ climate:
protocol: mitsubishi_heavy_zm protocol: mitsubishi_heavy_zm
horizontal_default: left horizontal_default: left
vertical_default: up vertical_default: up
name: HeatpumpIR Climate name: HeatpumpIR Climate Mitsubishi
min_temperature: 18 min_temperature: 18
max_temperature: 30 max_temperature: 30
- platform: heatpumpir - platform: heatpumpir
protocol: daikin protocol: daikin
horizontal_default: mleft horizontal_default: mleft
vertical_default: mup vertical_default: mup
name: HeatpumpIR Climate name: HeatpumpIR Climate Daikin
min_temperature: 18 min_temperature: 18
max_temperature: 30 max_temperature: 30
- platform: heatpumpir - platform: heatpumpir
protocol: panasonic_altdke protocol: panasonic_altdke
horizontal_default: mright horizontal_default: mright
vertical_default: mdown vertical_default: mdown
name: HeatpumpIR Climate name: HeatpumpIR Climate Panasonic
min_temperature: 18 min_temperature: 18
max_temperature: 30 max_temperature: 30

View File

@@ -114,7 +114,7 @@ light:
warm_white_color_temperature: 500 mireds warm_white_color_temperature: 500 mireds
- platform: rgb - platform: rgb
id: test_rgb_light_initial_state id: test_rgb_light_initial_state
name: RGB Light name: RGB Light Initial State
red: test_ledc_1 red: test_ledc_1
green: test_ledc_2 green: test_ledc_2
blue: test_ledc_3 blue: test_ledc_3

View File

@@ -6,13 +6,13 @@ i2c:
sensor: sensor:
- platform: ltr390 - platform: ltr390
uv: uv:
name: LTR390 UV name: LTR390 UV 1
uv_index: uv_index:
name: LTR390 UVI name: LTR390 UVI 1
light: light:
name: LTR390 Light name: LTR390 Light 1
ambient_light: ambient_light:
name: LTR390 ALS name: LTR390 ALS 1
gain: X3 gain: X3
resolution: 18 resolution: 18
window_correction_factor: 1.0 window_correction_factor: 1.0
@@ -20,13 +20,13 @@ sensor:
update_interval: 60s update_interval: 60s
- platform: ltr390 - platform: ltr390
uv: uv:
name: LTR390 UV name: LTR390 UV 2
uv_index: uv_index:
name: LTR390 UVI name: LTR390 UVI 2
light: light:
name: LTR390 Light name: LTR390 Light 2
ambient_light: ambient_light:
name: LTR390 ALS name: LTR390 ALS 2
gain: gain:
ambient_light: X9 ambient_light: X9
uv: X3 uv: X3

View File

@@ -24,33 +24,33 @@ sensor:
widget: lv_arc widget: lv_arc
- platform: lvgl - platform: lvgl
widget: slider_id widget: slider_id
name: LVGL Slider name: LVGL Slider Sensor
- platform: lvgl - platform: lvgl
widget: bar_id widget: bar_id
id: lvgl_bar_sensor id: lvgl_bar_sensor
name: LVGL Bar name: LVGL Bar Sensor
- platform: lvgl - platform: lvgl
widget: spinbox_id widget: spinbox_id
name: LVGL Spinbox name: LVGL Spinbox Sensor
number: number:
- platform: lvgl - platform: lvgl
widget: slider_id widget: slider_id
name: LVGL Slider name: LVGL Slider Number
update_on_release: true update_on_release: true
restore_value: true restore_value: true
- platform: lvgl - platform: lvgl
widget: lv_arc widget: lv_arc
id: lvgl_arc_number id: lvgl_arc_number
name: LVGL Arc name: LVGL Arc Number
- platform: lvgl - platform: lvgl
widget: bar_id widget: bar_id
id: lvgl_bar_number id: lvgl_bar_number
name: LVGL Bar name: LVGL Bar Number
- platform: lvgl - platform: lvgl
widget: spinbox_id widget: spinbox_id
id: lvgl_spinbox_number id: lvgl_spinbox_number
name: LVGL Spinbox name: LVGL Spinbox Number
light: light:
- platform: lvgl - platform: lvgl

View File

@@ -170,4 +170,4 @@ switch:
otc_active: otc_active:
name: "Boiler Outside temperature compensation active" name: "Boiler Outside temperature compensation active"
ch2_active: ch2_active:
name: "Boiler Central Heating 2 active" name: "Boiler Central Heating 2 active status"

View File

@@ -5,7 +5,7 @@ packages:
- !include package.yaml - !include package.yaml
- github://esphome/esphome/tests/components/template/common.yaml@dev - github://esphome/esphome/tests/components/template/common.yaml@dev
- url: https://github.com/esphome/esphome - url: https://github.com/esphome/esphome
file: tests/components/binary_sensor_map/common.yaml file: tests/components/absolute_humidity/common.yaml
ref: dev ref: dev
refresh: 1d refresh: 1d

View File

@@ -7,7 +7,7 @@ packages:
shorthand: github://esphome/esphome/tests/components/template/common.yaml@dev shorthand: github://esphome/esphome/tests/components/template/common.yaml@dev
github: github:
url: https://github.com/esphome/esphome url: https://github.com/esphome/esphome
file: tests/components/binary_sensor_map/common.yaml file: tests/components/absolute_humidity/common.yaml
ref: dev ref: dev
refresh: 1d refresh: 1d

View File

@@ -115,7 +115,7 @@ button:
address: 0x00 address: 0x00
command: 0x0B command: 0x0B
- platform: template - platform: template
name: RC5 name: RC5 Raw
on_press: on_press:
remote_transmitter.transmit_raw: remote_transmitter.transmit_raw:
code: [1000, -1000] code: [1000, -1000]