Add initial GitHub Action

This commit is contained in:
Franck Nijhof
2021-01-13 01:12:18 +01:00
parent 753772d2bd
commit 3a76a4b2ea
20 changed files with 831 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
---
# Empty, which is fine for this example
[]
+18
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
---
frenck: SuperSecretPassword!123
+3
View File
@@ -0,0 +1,3 @@
---
# This secrets file should be overwritten by the fake secret file.
some_password: welcome