Add initial GitHub Action
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
---
|
||||
# Empty, which is fine for this example
|
||||
[]
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
# Configure a default setup of Home Assistant (frontend, api, etc)
|
||||
default_config:
|
||||
|
||||
# Automations to test an include
|
||||
automation: !include automations.yaml
|
||||
|
||||
# Text to speech
|
||||
tts:
|
||||
- platform: google_translate
|
||||
|
||||
# Demo integration
|
||||
demo:
|
||||
|
||||
# A sensor, useless, but ensures the fake secrets are loaded
|
||||
sensor:
|
||||
- platform: otp
|
||||
token: !secret frenck
|
||||
@@ -0,0 +1,2 @@
|
||||
---
|
||||
frenck: SuperSecretPassword!123
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
# This secrets file should be overwritten by the fake secret file.
|
||||
some_password: welcome
|
||||
Reference in New Issue
Block a user