mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	RGBWW - added channel interlock for RGB vs white (#1042)
* Update light_color_values.h * Update light_color_values.h * Update light_color_values.h * Update light_color_values.h * colour relative to white value * Update light_state.cpp * Update light_state.cpp * Update light_state.cpp * Update light_state.cpp * Update light_color_values.h * Update light_state.cpp * linting * Update light_state.cpp * Update light_color_values.h * more lint * more lint * Update light_state.cpp * Update light_state.cpp * Update light_state.cpp * add optional interlock * Update test1.yaml * Update light_state.cpp * Update light_state.h * interlock * optional interlock. * interlock as trait * color interlock as trait * optional color interlock.... * optional color interlock * Update light_color_values.h * Lint checks.... * making travis happy * making sure gamma_correct fix is included * Update light_color_values.h * making travis happy * clang-format * Code tidy * Update light_color_values.h * Update light_color_values.h
This commit is contained in:
		| @@ -1114,6 +1114,7 @@ light: | ||||
|     green: pca_4 | ||||
|     blue: pca_5 | ||||
|     white: pca_6 | ||||
|     color_interlock: true | ||||
|   - platform: rgbww | ||||
|     name: "Living Room Lights 2" | ||||
|     red: pca_3 | ||||
| @@ -1123,6 +1124,7 @@ light: | ||||
|     warm_white: pca_6 | ||||
|     cold_white_color_temperature: 153 mireds | ||||
|     warm_white_color_temperature: 500 mireds | ||||
|     color_interlock: true | ||||
|   - platform: cwww | ||||
|     name: "Living Room Lights 2" | ||||
|     cold_white: pca_6 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user