File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 5
5
# © https://huizebruin.nl & https://s0tool.nl
6
6
substitutions :
7
7
device_description : ${name} made by s0tool.nl project version ${project_version}.
8
- project_version : " 3.6.2 " # From 23-06-2024 new version
9
- date : " 27 -09-2024"
8
+ project_version : " 3.6.3 " # From 23-06-2024 new version
9
+ date : " 28 -09-2024"
10
10
11
11
preferences :
12
12
flash_write_interval : 120min
@@ -29,10 +29,10 @@ logger:
29
29
esp8266_store_log_strings_in_flash : false
30
30
31
31
ota :
32
- - platform : esphome
33
- id : ota_esphome
34
- - platform : http_request
35
- id : ota_http_request
32
+ # - platform: esphome
33
+ # id: ota_esphome
34
+ # - platform: http_request
35
+ # id: ota_http_request
36
36
37
37
http_request :
38
38
verify_ssl : false
@@ -110,10 +110,10 @@ button:
110
110
entity_category : diagnostic
111
111
disabled_by_default : True
112
112
113
- - platform : template
114
- id : check_for_update_button
115
- name : Check for firmware update
116
- device_class : update
117
- on_press :
118
- then :
119
- - component.update : update_http_request
113
+ # - platform: template
114
+ # id: check_for_update_button
115
+ # name: Check for firmware update
116
+ # device_class: update
117
+ # on_press:
118
+ # then:
119
+ # - component.update: update_http_request
You can’t perform that action at this time.
0 commit comments