mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[uptime] Add format config for text_sensor (#8304)
This commit is contained in:
		| @@ -17,3 +17,13 @@ sensor: | ||||
| text_sensor: | ||||
|   - platform: uptime | ||||
|     name: Uptime Text | ||||
|   - platform: uptime | ||||
|     name: Uptime Text With Separator | ||||
|     format: | ||||
|       separator: "-" | ||||
|       expand: true | ||||
|       days: "Days" | ||||
|       hours: "H" | ||||
|       minutes: "M" | ||||
|       seconds: "S" | ||||
|     update_interval: 10s | ||||
|   | ||||
		Reference in New Issue
	
	Block a user