Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Feb 8, 2025
1 parent 5835df5 commit 518dfbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions firmware/addons/debug-utilities.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Debug Utilities Addon

substitutions:
log_level: "DEBUG"

globals:
- id: search_mode
type: int
Expand Down Expand Up @@ -33,7 +36,7 @@ text_sensor:
binary_sensor:
- platform: template
id: debug_bus_connected
name: Bus Connection Status
name: "Bus Connection Status"
icon: "mdi:connection"
disabled_by_default: true
lambda: |-
Expand All @@ -49,7 +52,7 @@ binary_sensor:
sensor:
- platform: adc
id: debug_bus_voltage
name: Bus Voltage
name: "Bus Voltage"
pin: GPIO10
update_interval: 1s
attenuation: 12dB
Expand All @@ -63,9 +66,9 @@ sensor:
text:
- platform: template
id: debug_send_command
mode: text
name: "Send Command"
icon: "mdi:send"
mode: text
disabled_by_default: true
optimistic: true
set_action:
Expand Down
2 changes: 2 additions & 0 deletions firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ substitutions:
rgb_led_pin: "GPIO2"
relay_pin: "GPIO42"
external_button_pin: "GPIO41"

# Update manifest
update_url_stable: "https://doorman.azon.ai/firmware/release/doorman-stock/manifest.json"
update_url_dev: "https://doorman-dev.surge.sh/firmware/release/doorman-stock/manifest.json"

Expand Down

0 comments on commit 518dfbd

Please sign in to comment.