mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[prometheus] Select, media_player, and number prometheus metrics (#7895)
This commit is contained in:
		| @@ -78,6 +78,26 @@ lock: | ||||
|       } | ||||
|     optimistic: true | ||||
|  | ||||
| select: | ||||
|   - platform: template | ||||
|     id: template_select1 | ||||
|     name: "Template select" | ||||
|     optimistic: true | ||||
|     options: | ||||
|       - one | ||||
|       - two | ||||
|       - three | ||||
|     initial_option: two | ||||
|  | ||||
| number: | ||||
|   - platform: template | ||||
|     id: template_number1 | ||||
|     name: "Template number" | ||||
|     optimistic: true | ||||
|     min_value: 0 | ||||
|     max_value: 100 | ||||
|     step: 1 | ||||
|  | ||||
| prometheus: | ||||
|   include_internal: true | ||||
|   relabel: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user