mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Number mode (#2838)
This commit is contained in:
		| @@ -10,7 +10,7 @@ esp32: | ||||
|   framework: | ||||
|     type: esp-idf | ||||
|     advanced: | ||||
|       ignore_efuse_mac_crc: true  | ||||
|       ignore_efuse_mac_crc: true | ||||
|  | ||||
| wifi: | ||||
|   networks: | ||||
| @@ -98,6 +98,7 @@ number: | ||||
|     min_value: 0 | ||||
|     step: 5 | ||||
|     unit_of_measurement: '%' | ||||
|     mode: slider | ||||
|  | ||||
| select: | ||||
|   - platform: template | ||||
|   | ||||
		Reference in New Issue
	
	Block a user