Skip to content

Commit

Permalink
Merge pull request #217 from EverythingSmartHome/update
Browse files Browse the repository at this point in the history
Disable manufacturer updates by default
  • Loading branch information
EverythingSmartHome authored Aug 18, 2024
2 parents affd4b1 + b5aca38 commit 3241e09
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
1 change: 0 additions & 1 deletion common/everything-presence-one-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ota:
id: ota_http_request

http_request:
timeout: 4s

wifi:
fast_connect: ${hidden_ssid}
Expand Down
3 changes: 2 additions & 1 deletion everything-presence-one-beta-ble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ substitutions:
update:
- platform: http_request
id: update_http_request
name: Firmware
name: Everything Presence One Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-ha-ble-beta-manifest.json
disabled_by_default: true

dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one-beta-ble.yaml@main
Expand Down
3 changes: 2 additions & 1 deletion everything-presence-one-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ substitutions:
update:
- platform: http_request
id: update_http_request
name: Firmware
name: Everything Presence One Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-ha-beta-manifest.json
disabled_by_default: true

dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one-beta.yaml@main
Expand Down
3 changes: 2 additions & 1 deletion everything-presence-one-ble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ substitutions:
update:
- platform: http_request
id: update_http_request
name: Firmware
name: Everything Presence One Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-ble-manifest.json
disabled_by_default: true

dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one-ble.yaml@main
Expand Down
3 changes: 2 additions & 1 deletion everything-presence-one-sen0609-ble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ substitutions:
update:
- platform: http_request
id: update_http_request
name: Firmware
name: Everything Presence One Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-sen0609-ble-manifest.json
disabled_by_default: true

dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one-sen0609-ble.yaml@main
Expand Down
3 changes: 2 additions & 1 deletion everything-presence-one-sen0609.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ substitutions:
update:
- platform: http_request
id: update_http_request
name: Firmware
name: Everything Presence One Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-sen0609-manifest.json
disabled_by_default: true

dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one-sen0609.yaml@main
Expand Down
3 changes: 2 additions & 1 deletion everything-presence-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ substitutions:
update:
- platform: http_request
id: update_http_request
name: Firmware
name: Everything Presence One Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-manifest.json
disabled_by_default: true

dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one.yaml@main
Expand Down

0 comments on commit 3241e09

Please sign in to comment.