mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Merge branch 'multi_device' into integration
This commit is contained in:
		| @@ -26,7 +26,7 @@ binary_sensor: | ||||
|  | ||||
| sensor: | ||||
|   - platform: binary_sensor_map | ||||
|     name: Binary Sensor Map | ||||
|     name: Binary Sensor Map Group | ||||
|     type: group | ||||
|     channels: | ||||
|       - binary_sensor: bin1 | ||||
| @@ -36,7 +36,7 @@ sensor: | ||||
|       - binary_sensor: bin3 | ||||
|         value: 100.0 | ||||
|   - platform: binary_sensor_map | ||||
|     name: Binary Sensor Map | ||||
|     name: Binary Sensor Map Sum | ||||
|     type: sum | ||||
|     channels: | ||||
|       - binary_sensor: bin1 | ||||
| @@ -46,7 +46,7 @@ sensor: | ||||
|       - binary_sensor: bin3 | ||||
|         value: 100.0 | ||||
|   - platform: binary_sensor_map | ||||
|     name: Binary Sensor Map | ||||
|     name: Binary Sensor Map Bayesian | ||||
|     type: bayesian | ||||
|     prior: 0.4 | ||||
|     observations: | ||||
|   | ||||
| @@ -5,7 +5,7 @@ one_wire: | ||||
| sensor: | ||||
|   - platform: dallas_temp | ||||
|     address: 0x1C0000031EDD2A28 | ||||
|     name: Dallas Temperature | ||||
|     name: Dallas Temperature 1 | ||||
|     resolution: 9 | ||||
|   - platform: dallas_temp | ||||
|     name: Dallas Temperature | ||||
|     name: Dallas Temperature 2 | ||||
|   | ||||
| @@ -7,20 +7,20 @@ climate: | ||||
|     protocol: mitsubishi_heavy_zm | ||||
|     horizontal_default: left | ||||
|     vertical_default: up | ||||
|     name: HeatpumpIR Climate | ||||
|     name: HeatpumpIR Climate Mitsubishi | ||||
|     min_temperature: 18 | ||||
|     max_temperature: 30 | ||||
|   - platform: heatpumpir | ||||
|     protocol: daikin | ||||
|     horizontal_default: mleft | ||||
|     vertical_default: mup | ||||
|     name: HeatpumpIR Climate | ||||
|     name: HeatpumpIR Climate Daikin | ||||
|     min_temperature: 18 | ||||
|     max_temperature: 30 | ||||
|   - platform: heatpumpir | ||||
|     protocol: panasonic_altdke | ||||
|     horizontal_default: mright | ||||
|     vertical_default: mdown | ||||
|     name: HeatpumpIR Climate | ||||
|     name: HeatpumpIR Climate Panasonic | ||||
|     min_temperature: 18 | ||||
|     max_temperature: 30 | ||||
|   | ||||
| @@ -114,7 +114,7 @@ light: | ||||
|     warm_white_color_temperature: 500 mireds | ||||
|   - platform: rgb | ||||
|     id: test_rgb_light_initial_state | ||||
|     name: RGB Light | ||||
|     name: RGB Light Initial State | ||||
|     red: test_ledc_1 | ||||
|     green: test_ledc_2 | ||||
|     blue: test_ledc_3 | ||||
|   | ||||
| @@ -6,13 +6,13 @@ i2c: | ||||
| sensor: | ||||
|   - platform: ltr390 | ||||
|     uv: | ||||
|       name: LTR390 UV | ||||
|       name: LTR390 UV 1 | ||||
|     uv_index: | ||||
|       name: LTR390 UVI | ||||
|       name: LTR390 UVI 1 | ||||
|     light: | ||||
|       name: LTR390 Light | ||||
|       name: LTR390 Light 1 | ||||
|     ambient_light: | ||||
|       name: LTR390 ALS | ||||
|       name: LTR390 ALS 1 | ||||
|     gain: X3 | ||||
|     resolution: 18 | ||||
|     window_correction_factor: 1.0 | ||||
| @@ -20,13 +20,13 @@ sensor: | ||||
|     update_interval: 60s | ||||
|   - platform: ltr390 | ||||
|     uv: | ||||
|       name: LTR390 UV | ||||
|       name: LTR390 UV 2 | ||||
|     uv_index: | ||||
|       name: LTR390 UVI | ||||
|       name: LTR390 UVI 2 | ||||
|     light: | ||||
|       name: LTR390 Light | ||||
|       name: LTR390 Light 2 | ||||
|     ambient_light: | ||||
|       name: LTR390 ALS | ||||
|       name: LTR390 ALS 2 | ||||
|     gain: | ||||
|       ambient_light: X9 | ||||
|       uv: X3 | ||||
|   | ||||
| @@ -24,33 +24,33 @@ sensor: | ||||
|     widget: lv_arc | ||||
|   - platform: lvgl | ||||
|     widget: slider_id | ||||
|     name: LVGL Slider | ||||
|     name: LVGL Slider Sensor | ||||
|   - platform: lvgl | ||||
|     widget: bar_id | ||||
|     id: lvgl_bar_sensor | ||||
|     name: LVGL Bar | ||||
|     name: LVGL Bar Sensor | ||||
|   - platform: lvgl | ||||
|     widget: spinbox_id | ||||
|     name: LVGL Spinbox | ||||
|     name: LVGL Spinbox Sensor | ||||
|  | ||||
| number: | ||||
|   - platform: lvgl | ||||
|     widget: slider_id | ||||
|     name: LVGL Slider | ||||
|     name: LVGL Slider Number | ||||
|     update_on_release: true | ||||
|     restore_value: true | ||||
|   - platform: lvgl | ||||
|     widget: lv_arc | ||||
|     id: lvgl_arc_number | ||||
|     name: LVGL Arc | ||||
|     name: LVGL Arc Number | ||||
|   - platform: lvgl | ||||
|     widget: bar_id | ||||
|     id: lvgl_bar_number | ||||
|     name: LVGL Bar | ||||
|     name: LVGL Bar Number | ||||
|   - platform: lvgl | ||||
|     widget: spinbox_id | ||||
|     id: lvgl_spinbox_number | ||||
|     name: LVGL Spinbox | ||||
|     name: LVGL Spinbox Number | ||||
|  | ||||
| light: | ||||
|   - platform: lvgl | ||||
|   | ||||
| @@ -170,4 +170,4 @@ switch: | ||||
|     otc_active: | ||||
|       name: "Boiler Outside temperature compensation active" | ||||
|     ch2_active: | ||||
|       name: "Boiler Central Heating 2 active" | ||||
|       name: "Boiler Central Heating 2 active status" | ||||
|   | ||||
| @@ -5,7 +5,7 @@ packages: | ||||
|   - !include package.yaml | ||||
|   - github://esphome/esphome/tests/components/template/common.yaml@dev | ||||
|   - url: https://github.com/esphome/esphome | ||||
|     file: tests/components/binary_sensor_map/common.yaml | ||||
|     file: tests/components/absolute_humidity/common.yaml | ||||
|     ref: dev | ||||
|     refresh: 1d | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,7 @@ packages: | ||||
|   shorthand: github://esphome/esphome/tests/components/template/common.yaml@dev | ||||
|   github: | ||||
|     url: https://github.com/esphome/esphome | ||||
|     file: tests/components/binary_sensor_map/common.yaml | ||||
|     file: tests/components/absolute_humidity/common.yaml | ||||
|     ref: dev | ||||
|     refresh: 1d | ||||
|  | ||||
|   | ||||
| @@ -115,7 +115,7 @@ button: | ||||
|         address: 0x00 | ||||
|         command: 0x0B | ||||
|   - platform: template | ||||
|     name: RC5 | ||||
|     name: RC5 Raw | ||||
|     on_press: | ||||
|       remote_transmitter.transmit_raw: | ||||
|         code: [1000, -1000] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user