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 |     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 | ||||||
|   | |||||||
| @@ -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" | ||||||
|   | |||||||
| @@ -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 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -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 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user