mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	use a common that does not have dupes on dev
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user