mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add text component (#5336)
Co-authored-by: Maurits <maurits@vloop.nl> Co-authored-by: mauritskorse <mauritskorse@gmail.com> Co-authored-by: Daniel Dunn <dannydunn@eternityforest.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										33
									
								
								tests/component_tests/text/test_text.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								tests/component_tests/text/test_text.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,33 @@ | ||||
| esphome: | ||||
|   name: test | ||||
|  | ||||
| esp32: | ||||
|   board: esp32dev | ||||
|  | ||||
| text: | ||||
|   - platform: template | ||||
|     name: "test 1 text" | ||||
|     id: "it_1" | ||||
|     optimistic: true | ||||
|     mode: text | ||||
|  | ||||
|   - platform: template | ||||
|     name: "test 2 text" | ||||
|     id: "it_2" | ||||
|     icon: "mdi:text" | ||||
|     optimistic: true | ||||
|     min_length: 5 | ||||
|     max_length: 255 | ||||
|     internal: false | ||||
|     initial_value: "Welcome ESPHOME" | ||||
|     restore_value: true | ||||
|     mode: text | ||||
|  | ||||
|   - platform: template | ||||
|     name: "test 3 key" | ||||
|     id: "it_3" | ||||
|     icon: "mdi:text" | ||||
|     mode: "password" | ||||
|     optimistic: true | ||||
|     internal: true | ||||
|     max_length: 255 | ||||
		Reference in New Issue
	
	Block a user