Skip to content

Commit

Permalink
Add update entity to Everything Presence One
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSmartHome committed Jul 10, 2024
1 parent 90be160 commit 38964e0
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 8 deletions.
5 changes: 5 additions & 0 deletions common/everything-presence-one-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ api:

ota:
- platform: esphome
id: ota_esphome
- platform: http_request
id: ota_http_request

http_request:

wifi:
fast_connect: ${hidden_ssid}
Expand Down
8 changes: 7 additions & 1 deletion everything-presence-one-beta-ble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
name: "everything-presence-one"
friendly_name: "Everything Presence One"
project_name: "Everything Smart Technology.Everything Presence One"
project_version: "1.3.7b"
project_version: "1.3.8b"
temperature_offset: "-3"
humidity_offset: "5"
temperature_update_interval: "60s"
Expand All @@ -13,6 +13,12 @@ substitutions:
uart_presence_output_disabled: "true"
log_level: "ERROR"

update:
- platform: http_request
id: update_http_request
name: Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-ha-ble-beta-manifest.json

dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one-beta-ble.yaml@main
import_full_config: false
Expand Down
8 changes: 7 additions & 1 deletion everything-presence-one-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
name: "everything-presence-one"
friendly_name: "Everything Presence One"
project_name: "Everything Smart Technology.Everything Presence One"
project_version: "1.3.7b"
project_version: "1.3.8b"
temperature_offset: "-3"
humidity_offset: "5"
temperature_update_interval: "60s"
Expand All @@ -13,6 +13,12 @@ substitutions:
uart_presence_output_disabled: "true"
log_level: "ERROR"

update:
- platform: http_request
id: update_http_request
name: Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-ha-beta-manifest.json

dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one-beta.yaml@main
import_full_config: false
Expand Down
8 changes: 7 additions & 1 deletion everything-presence-one-ble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
name: "everything-presence-one"
friendly_name: "Everything Presence One"
project_name: "Everything Smart Technology.Everything Presence One"
project_version: "1.2.3"
project_version: "1.2.4"
temperature_offset: "-3"
humidity_offset: "5"
temperature_update_interval: "60s"
Expand All @@ -13,6 +13,12 @@ substitutions:
uart_presence_output_disabled: "true"
log_level: "ERROR"

update:
- platform: http_request
id: update_http_request
name: Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-ble-manifest.json

dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one-ble.yaml@main
import_full_config: false
Expand Down
8 changes: 7 additions & 1 deletion everything-presence-one-sen0609-ble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
name: "everything-presence-one"
friendly_name: "Everything Presence One"
project_name: "Everything Smart Technology.Everything Presence One"
project_version: "1.2.3"
project_version: "1.2.4"
temperature_offset: "-3"
humidity_offset: "5"
temperature_update_interval: "60s"
Expand All @@ -13,6 +13,12 @@ substitutions:
uart_presence_output_disabled: "true"
log_level: "ERROR"

update:
- platform: http_request
id: update_http_request
name: Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-sen0609-ble-manifest.json

dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one-sen0609-ble.yaml@main
import_full_config: false
Expand Down
8 changes: 7 additions & 1 deletion everything-presence-one-sen0609.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
name: "everything-presence-one"
friendly_name: "Everything Presence One"
project_name: "Everything Smart Technology.Everything Presence One"
project_version: "1.2.3"
project_version: "1.2.4"
temperature_offset: "-3"
humidity_offset: "5"
temperature_update_interval: "60s"
Expand All @@ -13,6 +13,12 @@ substitutions:
uart_presence_output_disabled: "true"
log_level: "ERROR"

update:
- platform: http_request
id: update_http_request
name: Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-sen0609-manifest.json

dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one-sen0609.yaml@main
import_full_config: false
Expand Down
2 changes: 1 addition & 1 deletion everything-presence-one-st-sen0609.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:
room: ""
friendly_name: "Everything Presence One ST"
project_name: "Everything Smart Technology.Everything Presence One"
project_version: "1.2.3s"
project_version: "1.2.4s"
temperature_offset: "-3"
humidity_offset: "5"
temperature_update_interval: "60s"
Expand Down
2 changes: 1 addition & 1 deletion everything-presence-one-st.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:
room: ""
friendly_name: "Everything Presence One ST"
project_name: "Everything Smart Technology.Everything Presence One"
project_version: "1.1.10s"
project_version: "1.1.11s"
temperature_offset: "-3"
humidity_offset: "5"
temperature_update_interval: "60s"
Expand Down
8 changes: 7 additions & 1 deletion everything-presence-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
name: "everything-presence-one"
friendly_name: "Everything Presence One"
project_name: "Everything Smart Technology.Everything Presence One"
project_version: "1.2.3"
project_version: "1.2.4"
temperature_offset: "-3"
humidity_offset: "5"
temperature_update_interval: "60s"
Expand All @@ -13,6 +13,12 @@ substitutions:
uart_presence_output_disabled: "true"
log_level: "ERROR"

update:
- platform: http_request
id: update_http_request
name: Firmware
source: https://everythingsmarthome.github.io/everything-presence-one/everything-presence-one-manifest.json

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

0 comments on commit 38964e0

Please sign in to comment.