Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Feb 7, 2025
1 parent 902dc4f commit 33eef1d
Show file tree
Hide file tree
Showing 47 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-esphome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
description: URL of the release
required: false
type: string
default: "https://github.com/AzonInc/Doorman/releases"
default: "https://github.com/azoninc/doorman/releases"

jobs:
prepare:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For more details on the manufacturing process, scroll down to the "Manufacturing

## 🚀 Getting started

Be sure to visit the [Doorman Docs](https://doorman.azon.ai/) for all the information you need. If you have any questions or need further assistance, feel free to reach out on [Discord](https://discord.gg/t2d34dvmBf) or [GitHub Issues](https://github.com/AzonInc/Doorman/issues). I'm here to help!
Be sure to visit the [Doorman Docs](https://doorman.azon.ai/) for all the information you need. If you have any questions or need further assistance, feel free to reach out on [Discord](https://discord.gg/t2d34dvmBf) or [GitHub Issues](https://github.com/azoninc/doorman/issues). I'm here to help!

## 📦 Interested in buying one?

Expand Down Expand Up @@ -61,7 +61,7 @@ A huge thanks to [PCBX](https://www.pcbx.com/?mtm_campaign=review&mtm_kwd=BD&mtm

If you're looking for a reliable PCB manufacturer for your own project, definitely check out [PCBX](https://www.pcbx.com/?mtm_campaign=review&mtm_kwd=BD&mtm_source=flo). While their production might take a little longer than some others, the unbeatable prices and super-easy part sourcing make it absolutely worth it. They handle everything for you!

You can find all the necessary files for manufacturing the Doorman-S3 [here](https://github.com/AzonInc/doorman/tree/master/pcb).
You can find all the necessary files for manufacturing the Doorman-S3 [here](https://github.com/azoninc/doorman/tree/master/pcb).

## 🙌 Contributing
If you'd like to contribute to the Doorman project, we welcome your involvement!\
Expand Down
2 changes: 1 addition & 1 deletion blueprints/confirmable_open_door_notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ blueprint:
homeassistant:
min_version: "2024.6.0"
domain: automation
source_url: https://github.com/AzonInc/Doorman/blob/dev/blueprints/confirmable_open_door_notification.yaml
source_url: https://github.com/azoninc/doorman/blob/dev/blueprints/confirmable_open_door_notification.yaml
input:
doorbell_section:
name: "Doorbell Details"
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/de.mts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function nav(): DefaultTheme.NavItem[] {
{
text: pkg.version,
items: [
{ text: 'Issues', link: 'https://github.com/AzonInc/Doorman/issues' },
{ text: 'Issues', link: 'https://github.com/azoninc/doorman/issues' },
{
text: 'Changelog',
link: '/changelog/firmware',
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/config/en.mts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const en = defineConfig({
},

editLink: {
pattern: 'https://github.com/AzonInc/Doorman/edit/master/docs/:path'
pattern: 'https://github.com/azoninc/doorman/edit/master/docs/:path'
},

footer: {
Expand All @@ -51,7 +51,7 @@ function nav(): DefaultTheme.NavItem[] {
{
text: pkg.version,
items: [
{ text: 'Issues', link: 'https://github.com/AzonInc/Doorman/issues' },
{ text: 'Issues', link: 'https://github.com/azoninc/doorman/issues' },
{
text: 'Changelog',
link: '/changelog/firmware',
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/config/shared.mts
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ export const shared = defineConfig({
},

editLink: {
pattern: 'https://github.com/AzonInc/Doorman/edit/master/docs/:path',
pattern: 'https://github.com/azoninc/doorman/edit/master/docs/:path',
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/AzonInc/Doorman' },
{ icon: 'github', link: 'https://github.com/azoninc/doorman' },
{ icon: 'discord', link: 'https://discord.gg/t2d34dvmBf' }
],

Expand Down
10 changes: 5 additions & 5 deletions docs/de/creators.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import { VPTeamMembers } from 'vitepress/theme'

const members = [
{
avatar: 'https://www.github.com/AzonInc.png',
avatar: 'https://www.github.com/azoninc.png',
name: 'AzonInc',
title: 'Ersteller vom Doorman-S3 PCB und der ESPHome-basierten Firmware',
links: [
{ icon: 'github', link: 'https://github.com/AzonInc' },
{ icon: 'github', link: 'https://github.com/azoninc' },
],
sponsor: 'https://github.com/sponsors/AzonInc',
sponsor: 'https://github.com/sponsors/azoninc',
},
{
avatar: 'https://www.github.com/peteh.png',
Expand All @@ -21,11 +21,11 @@ const members = [
sponsor: 'https://github.com/sponsors/peteh',
},
{
avatar: 'https://www.github.com/AStrehlau.png',
avatar: 'https://www.github.com/astrehlau.png',
name: 'AStrehlau',
title: 'Electronics Engineer',
links: [
{ icon: 'github', link: 'https://github.com/AStrehlau' },
{ icon: 'github', link: 'https://github.com/astrehlau' },
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/de/guide/automation/blueprints.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Mit diesem Blueprint kannst du eine bestätigbare Benachrichtigung an ein Gerät

Die Standard-Bestätigungsaktion löst einen Befehl zum Öffnen der Eingangstür aus, aber du kannst sie nach Belieben anpassen.

[![Öffne deine Home Assistant-Instanz und zeige den Blueprint-Import-Dialog mit einem spezifischen, vorausgefüllten Blueprint an.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FAzonInc%2FDoorman%2Fblob%2Fdev%2Fblueprints%2Fconfirmable_open_door_notification.yaml)
[![Öffne deine Home Assistant-Instanz und zeige den Blueprint-Import-Dialog mit einem spezifischen, vorausgefüllten Blueprint an.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2Fazoninc%2Fdoorman%2Fblob%2Fdev%2Fblueprints%2Fconfirmable_open_door_notification.yaml)
6 changes: 3 additions & 3 deletions docs/de/guide/enclosure/3d-printing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gehäuse

Falls du ein Gehäuse benötigst, kannst du dein eigenes drucken.\
Klicke [hier](https://github.com/AzonInc/Doorman/blob/master/enclosure) um die STL-Dateien von GitHub herunterzuladen.
Klicke [hier](https://github.com/azoninc/doorman/blob/master/enclosure) um die STL-Dateien von GitHub herunterzuladen.

::: tip
Da die STL-Dateien für Resin-Drucker optimiert sind, erzielst du mit einem solchen die besten Ergebnisse.
Expand All @@ -11,13 +11,13 @@ Da die STL-Dateien für Resin-Drucker optimiert sind, erzielst du mit einem solc
### Deckel
<ClientOnly>
<div style="aspect-ratio: 16/9; height: auto; margin: 2rem 0; border-radius: 8px; overflow:hidden;">
<ModelViewer file="https://raw.githubusercontent.com/AzonInc/Doorman/master/enclosure/Top.stl" />
<ModelViewer file="https://raw.githubusercontent.com/azoninc/doorman/master/enclosure/Top.stl" />
</div>
</ClientOnly>

### Gehäuseboden
<ClientOnly>
<div style="aspect-ratio: 16/9; height: auto; margin: 2rem 0; border-radius: 8px; overflow:hidden;">
<ModelViewer file="https://raw.githubusercontent.com/AzonInc/Doorman/master/enclosure/Bottom.stl" />
<ModelViewer file="https://raw.githubusercontent.com/azoninc/doorman/master/enclosure/Bottom.stl" />
</div>
</ClientOnly>
2 changes: 1 addition & 1 deletion docs/de/guide/firmware/minimal.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ substitutions:

# Import Doorman Stock Firmware Config
packages:
AzonInc.Doorman: github://AzonInc/doorman/firmware/doorman-stock.yaml@master
AzonInc.Doorman: github://azoninc/doorman/firmware/doorman-stock.yaml@master

esphome:
name: ${name}
Expand Down
2 changes: 1 addition & 1 deletion docs/de/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ substitutions:
friendly_name: Doorman S3

packages:
AzonInc.Doorman: github://AzonInc/doorman/firmware/doorman-stock.yaml@master
AzonInc.Doorman: github://azoninc/doorman/firmware/doorman-stock.yaml@master

esphome:
name: ${name}
Expand Down
2 changes: 1 addition & 1 deletion docs/de/guide/support/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you're experiencing issues with your Doorman, help is available through sever

- The below troubleshooting guide covers many common issues
- The [Discord server](https://discord.gg/t2d34dvmBf) is a great place to get assistance from me and the community
- The [GitHub issues](https://github.com/AzonInc/Doorman/issues) may contain solutions to problems you're encountering
- The [GitHub issues](https://github.com/azoninc/doorman/issues) may contain solutions to problems you're encountering

Please note that support is provided on a best-effort basis. While I will assist as much as possible, please understand that I may not be able to help immediately or with every situation, as this is not my full-time job. Thank you for your understanding.

Expand Down
2 changes: 1 addition & 1 deletion docs/de/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hero:

- theme: alt
text: GitHub
link: https://github.com/AzonInc/Doorman
link: https://github.com/azoninc/doorman

features:
- icon: 🚀
Expand Down
6 changes: 3 additions & 3 deletions docs/de/reference/schematics.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Schaltpläne

Die Schaltpläne des Doorman-S3 sind vollständig Open Source. Du kannst alle Dateien im [GitHub-Repository](https://github.com/AzonInc/Doorman/tree/master/pcb) einsehen.
Die Schaltpläne des Doorman-S3 sind vollständig Open Source. Du kannst alle Dateien im [GitHub-Repository](https://github.com/azoninc/doorman/tree/master/pcb) einsehen.

Nutze die interaktiven Viewer unten, um PCB- und Schaltplan-Designs anzusehen. Versuche die Seite neu zu laden, falls du Probleme mit den Viewern hast.

## Schaltplan-Viewer

<kicanvas-embed src="https://raw.githubusercontent.com/AzonInc/Doorman/master/pcb/doorman.kicad_sch" controls="full"></kicanvas-embed>
<kicanvas-embed src="https://raw.githubusercontent.com/azoninc/doorman/master/pcb/doorman.kicad_sch" controls="full"></kicanvas-embed>

## PCB-Viewer

<kicanvas-embed src="https://raw.githubusercontent.com/AzonInc/Doorman/master/pcb/doorman.kicad_pcb" controls="full"></kicanvas-embed>
<kicanvas-embed src="https://raw.githubusercontent.com/azoninc/doorman/master/pcb/doorman.kicad_pcb" controls="full"></kicanvas-embed>

## Interactive BOM
Klicke [hier](../ibom.html){target="_self"}, um den interaktiven BOM-Viewer zu öffnen.
6 changes: 3 additions & 3 deletions docs/en/changelog/firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ Welcome to the latest updates! Here's a breakdown of all the **new features**, *
- **PSRAM Compatibility**
Some users, particularly those with Revision 1.4 PCBs, may encounter issues due to the newly added PSRAM component. This is because certain Revision 1.4 boards use the N16R2 variant of the ESP32S3, which requires a different configuration for proper PSRAM booting.

For assistance, please contact me via [Discord](https://discord.gg/t2d34dvmBf) or open an issue on [GitHub](https://github.com/AzonInc/Doorman/issues).
For assistance, please contact me via [Discord](https://discord.gg/t2d34dvmBf) or open an issue on [GitHub](https://github.com/azoninc/doorman/issues).

- **Hexadecimal Command-String Length changed**
With the command parser now fixed, the hexadecimal string representation has been updated to correctly display the [Last Bus Command](../reference/entities#last-bus-command) sensor.

- **Separate Event entities**
[Skaronator](https://github.com/AzonInc/Doorman/pull/37) introduced separate event entities for each physical doorbell button.
[Skaronator](https://github.com/azoninc/doorman/pull/37) introduced separate event entities for each physical doorbell button.
This enhancement enables event tracking on a per-button basis, providing more granular and precise support for doorbell interactions.
You will need to adjust your automations if you previously used the Doorbell Pattern Event Entity. Additionally, the event types have been changed.

Expand Down Expand Up @@ -172,7 +172,7 @@ Welcome to the latest updates! Here's a breakdown of all the **new features**, *
### 📝 Other Updates
- **Development Builds**
We now use the [tcs_intercom](<https://github.com/AzonInc/ESPHome_tcs_intercom>) development branch for development builds.
We now use the [tcs_intercom](<https://github.com/azoninc/esphome_tcs_intercom>) development branch for development builds.
## 2024.8.3
Expand Down
10 changes: 5 additions & 5 deletions docs/en/creators.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import { VPTeamMembers } from 'vitepress/theme'

const members = [
{
avatar: 'https://www.github.com/AzonInc.png',
avatar: 'https://www.github.com/azoninc.png',
name: 'AzonInc',
title: 'Creator of the Doorman-S3 PCB and ESPHome-based firmware',
links: [
{ icon: 'github', link: 'https://github.com/AzonInc' },
{ icon: 'github', link: 'https://github.com/azoninc' },
],
sponsor: 'https://github.com/sponsors/AzonInc',
sponsor: 'https://github.com/sponsors/azoninc',
},
{
avatar: 'https://www.github.com/peteh.png',
Expand All @@ -21,11 +21,11 @@ const members = [
sponsor: 'https://github.com/sponsors/peteh',
},
{
avatar: 'https://www.github.com/AStrehlau.png',
avatar: 'https://www.github.com/astrehlau.png',
name: 'AStrehlau',
title: 'Electronics Engineer',
links: [
{ icon: 'github', link: 'https://github.com/AStrehlau' },
{ icon: 'github', link: 'https://github.com/astrehlau' },
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/en/guide/automation/blueprints.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ This blueprint enables you to send a confirmable notification to a device with t

The default confirmation action triggers a command to open the entrance door, but you can customize it to suit your needs.

[![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FAzonInc%2FDoorman%2Fblob%2Fdev%2Fblueprints%2Fconfirmable_open_door_notification.yaml)
[![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2Fazoninc%2Fdoorman%2Fblob%2Fdev%2Fblueprints%2Fconfirmable_open_door_notification.yaml)
6 changes: 3 additions & 3 deletions docs/en/guide/enclosure/3d-printing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enclosure

If you need an enclosure, you can print your own.\
Click [here](https://github.com/AzonInc/Doorman/blob/master/enclosure) to download the files on GitHub.
Click [here](https://github.com/azoninc/doorman/blob/master/enclosure) to download the files on GitHub.


::: tip
Expand All @@ -12,13 +12,13 @@ The STL files are optimized for resin printers, so you'll achieve the best resul
### Top Component
<ClientOnly>
<div style="aspect-ratio: 16/9; height: auto; margin: 2rem 0; border-radius: 8px; overflow:hidden;">
<ModelViewer file="https://raw.githubusercontent.com/AzonInc/Doorman/master/enclosure/Top.stl" />
<ModelViewer file="https://raw.githubusercontent.com/azoninc/doorman/master/enclosure/Top.stl" />
</div>
</ClientOnly>

### Bottom Component
<ClientOnly>
<div style="aspect-ratio: 16/9; height: auto; margin: 2rem 0; border-radius: 8px; overflow:hidden;">
<ModelViewer file="https://raw.githubusercontent.com/AzonInc/Doorman/master/enclosure/Bottom.stl" />
<ModelViewer file="https://raw.githubusercontent.com/azoninc/doorman/master/enclosure/Bottom.stl" />
</div>
</ClientOnly>
2 changes: 1 addition & 1 deletion docs/en/guide/firmware/minimal.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ substitutions:

# Import Doorman Stock Firmware Config
packages:
AzonInc.Doorman: github://AzonInc/doorman/firmware/doorman-stock.yaml@master
AzonInc.Doorman: github://azoninc/doorman/firmware/doorman-stock.yaml@master

esphome:
name: ${name}
Expand Down
2 changes: 1 addition & 1 deletion docs/en/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ substitutions:
friendly_name: Doorman S3

packages:
AzonInc.Doorman: github://AzonInc/doorman/firmware/doorman-stock.yaml@master
AzonInc.Doorman: github://azoninc/doorman/firmware/doorman-stock.yaml@master

esphome:
name: ${name}
Expand Down
2 changes: 1 addition & 1 deletion docs/en/guide/support/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you're experiencing issues with your Doorman, help is available through sever

- The below troubleshooting guide covers many common issues
- The [Discord server](https://discord.gg/t2d34dvmBf) is a great place to get assistance from me and the community
- The [GitHub issues](https://github.com/AzonInc/Doorman/issues) may contain solutions to problems you're encountering
- The [GitHub issues](https://github.com/azoninc/doorman/issues) may contain solutions to problems you're encountering

Please note that support is provided on a best-effort basis. While I will assist as much as possible, please understand that I may not be able to help immediately or with every situation, as this is not my full-time job. Thank you for your understanding.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hero:

- theme: alt
text: GitHub
link: https://github.com/AzonInc/Doorman
link: https://github.com/azoninc/doorman

features:
- icon: 🚀
Expand Down
2 changes: 1 addition & 1 deletion docs/en/reference/esphome-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Here is an example configuration for the TC:BUS component in ESPHome:

```yaml
external_components:
- source: github://AzonInc/Doorman
- source: github://azoninc/doorman
components: [ tc_bus ]
# TC:BUS configuration
Expand Down
6 changes: 3 additions & 3 deletions docs/en/reference/schematics.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Schematics

The schematics for the Doorman-S3 are fully open source and available for reference. You can also access the KiCad source files in the [GitHub repository](https://github.com/AzonInc/Doorman/tree/master/pcb).
The schematics for the Doorman-S3 are fully open source and available for reference. You can also access the KiCad source files in the [GitHub repository](https://github.com/azoninc/doorman/tree/master/pcb).

To view the PCB and schematic designs, use the interactive viewers below. If you encounter any issues with the viewers, try refreshing the page.

## Schematics Viewer

<kicanvas-embed src="https://raw.githubusercontent.com/AzonInc/Doorman/master/pcb/doorman.kicad_sch" controls="full"></kicanvas-embed>
<kicanvas-embed src="https://raw.githubusercontent.com/azoninc/doorman/master/pcb/doorman.kicad_sch" controls="full"></kicanvas-embed>

## PCB Viewer

<kicanvas-embed src="https://raw.githubusercontent.com/AzonInc/Doorman/master/pcb/doorman.kicad_pcb" controls="full"></kicanvas-embed>
<kicanvas-embed src="https://raw.githubusercontent.com/azoninc/doorman/master/pcb/doorman.kicad_pcb" controls="full"></kicanvas-embed>

## Interactive BOM
Click [here](../ibom.html){target="_self"} to open the interactive BOM viewer.
2 changes: 1 addition & 1 deletion docs/lunaria.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
"repository": {
"name": "AzonInc/doorman",
"name": "azoninc/doorman",
"rootDir": "docs",
"branch": "master",
"hosting": "github"
Expand Down
2 changes: 1 addition & 1 deletion firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ improv_serial:

# Import TC:BUS Component
external_components:
- source: github://AzonInc/Doorman@dev
- source: github://azoninc/doorman@dev
components: [ tc_bus ]
refresh: 60s

Expand Down
2 changes: 1 addition & 1 deletion firmware/examples/ha-nuki-bridge.example.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ substitutions:

# Import Doorman Nuki Bridge Firmware Config
packages:
AzonInc.Doorman-Nuki-Bridge: github://AzonInc/doorman/firmware/ha-doorman-nuki-bridge.dev.yaml@dev
AzonInc.Doorman-Nuki-Bridge: github://azoninc/doorman/firmware/ha-doorman-nuki-bridge.dev.yaml@dev

wifi:
ssid: !secret wifi_ssid
Expand Down
2 changes: 1 addition & 1 deletion firmware/examples/ha-nuki-bridge.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ substitutions:

# Import Doorman Nuki Bridge Firmware Config
packages:
AzonInc.Doorman-Nuki-Bridge: github://AzonInc/doorman/firmware/ha-doorman-nuki-bridge.yaml@master
AzonInc.Doorman-Nuki-Bridge: github://azoninc/doorman/firmware/ha-doorman-nuki-bridge.yaml

wifi:
ssid: !secret wifi_ssid
Expand Down
2 changes: 1 addition & 1 deletion firmware/examples/ha-stock.example.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ substitutions:

# Import Doorman Stock Firmware Config
packages:
AzonInc.Doorman: github://AzonInc/doorman/firmware/ha-doorman-stock.dev.yaml@dev
AzonInc.Doorman: github://azoninc/doorman/firmware/ha-doorman-stock.dev.yaml@dev

wifi:
ssid: !secret wifi_ssid
Expand Down
Loading

0 comments on commit 33eef1d

Please sign in to comment.