Skip to content

Commit

Permalink
Ensures updates_list is always defined #15
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Sep 30, 2024
1 parent a36ba9e commit 2745cf5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 25 deletions.
7 changes: 4 additions & 3 deletions .storage/lovelace
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,8 @@
"entity": "sensor.car_door_front_left_lock_status",
"image": "/local/pics/blank.png",
"style": {
"top": "42.3%",
"left": "57%",
"top": "28.5%",
"left": "51.6%",
"width": "2%"
},
"state_image": {
Expand All @@ -693,7 +693,8 @@
"left": "35%"
}
}
]
],
"title": "Front left door status"
},
{
"type": "conditional",
Expand Down
1 change: 1 addition & 0 deletions blueprints/automation/EdwardTFN/auto_update_scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ variables:
input_core_os_update_mode: !input core_os_update_mode
input_firmware_update_mode: !input firmware_update_mode
input_general_update_mode: !input general_update_mode
updates_list: []

action:
########## Refresh update list ##########
Expand Down
28 changes: 6 additions & 22 deletions esphome/office-workstation-panel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages:
#cool_package: !include packages/Blackymas/nspanel_esphome_addon_climate_cool.yaml
#cover_package: !include packages/Blackymas/esphome/nspanel_esphome_addon_cover.yaml
#advanced_package: !include packages/Blackymas/esphome/nspanel_esphome_advanced.yaml
ble_proxy_package: !include packages/Blackymas/esphome/nspanel_esphome_addon_bluetooth_proxy.yaml
# ble_proxy_package: !include packages/Blackymas/esphome/nspanel_esphome_addon_bluetooth_proxy.yaml
#nspanel_core: !include packages/Blackymas/esphome/nspanel_esphome_core.yaml
#nspanel_upload_tft: !include packages/Blackymas/advanced/esphome/nspanel_esphome_addon_upload_tft.yaml
#debug: !include packages/config_debug_esp32.yaml
Expand All @@ -58,6 +58,11 @@ packages:
vars:
ip: !secret ip_office_workstation_panel


logger:
logs:
script: DEBUG

#uart:
# - id: !extend tf_uart
# debug:
Expand Down Expand Up @@ -234,27 +239,6 @@ packages:
# exit_reparse_on_start: true
# #soft_reset_on_start: false

debug:

text_sensor:
- platform: debug
device:
name: "Device Info"
reset_reason:
name: "Reset Reason"

sensor:
- platform: debug
free:
name: "Heap Free"
block:
name: "Heap Max Block"
loop_time:
name: "Loop Time"
psram:
name: "PSRAM Free"


#api:
# services:
# - service: set_entity
Expand Down

0 comments on commit 2745cf5

Please sign in to comment.