mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	datetime fix build_language_schema (#7710)
Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com>
This commit is contained in:
		| @@ -230,6 +230,7 @@ datetime: | ||||
|     id: test_date | ||||
|     type: date | ||||
|     state_topic: some/topic/date | ||||
|     command_topic: test_date/custom_command_topic | ||||
|     qos: 2 | ||||
|     subscribe_qos: 2 | ||||
|     set_action: | ||||
|   | ||||
| @@ -35,3 +35,11 @@ switch: | ||||
|     web_server: | ||||
|       sorting_group_id: sorting_group_2 | ||||
|       sorting_weight: -10 | ||||
| datetime: | ||||
|   - platform: template | ||||
|     name: Pick a Date | ||||
|     type: datetime | ||||
|     optimistic: yes | ||||
|     web_server: | ||||
|       sorting_group_id: sorting_group_3 | ||||
|       sorting_weight: -5 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user