Skip to content

Commit 74e0dce

Browse files
committed
Update basis.yaml
* Disable HTTP update option
1 parent e5b6348 commit 74e0dce

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

esphome/components/basis.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# © https://huizebruin.nl & https://s0tool.nl
66
substitutions:
77
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"
1010

1111
preferences:
1212
flash_write_interval: 120min
@@ -29,10 +29,10 @@ logger:
2929
esp8266_store_log_strings_in_flash: false
3030

3131
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
3636

3737
http_request:
3838
verify_ssl: false
@@ -110,10 +110,10 @@ button:
110110
entity_category: diagnostic
111111
disabled_by_default: True
112112

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

0 commit comments

Comments
 (0)