mirror of
https://github.com/tjhorner/upsy-desky.git
synced 2026-01-08 23:17:59 -05:00
35 lines
492 B
YAML
35 lines
492 B
YAML
packages:
|
|
base: !include base.yaml
|
|
|
|
external_components:
|
|
- source: ./components
|
|
components: [ project_version ]
|
|
|
|
text_sensor:
|
|
- platform: project_version
|
|
name: "Upsy Desky Firmware Version"
|
|
internal: true
|
|
|
|
logger:
|
|
level: INFO
|
|
|
|
wifi:
|
|
ap:
|
|
password: "hunter2hunter2"
|
|
|
|
captive_portal:
|
|
|
|
improv_serial:
|
|
|
|
api:
|
|
reboot_timeout: 0s
|
|
|
|
web_server:
|
|
port: 80
|
|
|
|
ota:
|
|
password: ""
|
|
|
|
dashboard_import:
|
|
package_import_url: github://tjhorner/upsy-desky/firmware/stock.yaml@v1.0.4
|