mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-25 04:48:17 +00:00
Move config to a subfolder
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -4,14 +4,14 @@ custom_components/
|
||||
themes/
|
||||
tts/
|
||||
www/
|
||||
secrets.yaml
|
||||
*.tile.conf
|
||||
.google.token
|
||||
.spotify-token-cache
|
||||
google_calendars.yaml
|
||||
*.log
|
||||
*.db
|
||||
*.db-journal
|
||||
*.log
|
||||
*.tile.conf
|
||||
config/secrets.yaml
|
||||
google_calendars.yaml
|
||||
known_devices.yaml
|
||||
webostv.conf
|
||||
zigbee.db
|
||||
|
||||
@@ -15,4 +15,4 @@ install:
|
||||
- pip3 install python-dateutil
|
||||
|
||||
script:
|
||||
- hass -c ./ --script check_config --info all
|
||||
- hass -c ./config --script check_config --info all
|
||||
|
||||
@@ -1,84 +0,0 @@
|
||||
#
|
||||
# ─── MAIN CONFIG ────────────────────────────────────────────────────────────────
|
||||
#
|
||||
|
||||
home_latitude: 1
|
||||
home_longitude: 2
|
||||
home_elevation: 3
|
||||
|
||||
work_latitude: 4
|
||||
work_longitude: 5
|
||||
|
||||
georgi_user_id: 1
|
||||
|
||||
sarah_url: http://localhost:8123
|
||||
|
||||
mqtt_ip: localhost
|
||||
mqtt_username: user
|
||||
mqtt_password: pass
|
||||
|
||||
#
|
||||
# ─── DEVICES ────────────────────────────────────────────────────────────────────
|
||||
#
|
||||
|
||||
amcrest_ip: 127.0.0.1
|
||||
amcrest_username: user
|
||||
amcrest_password: pass
|
||||
|
||||
living_room_tv_ip: 127.0.0.1
|
||||
living_room_tv_mac: "00:00:00:00:00:00:00:00"
|
||||
|
||||
nvidia_shield_host: 127.0.0.1
|
||||
|
||||
philips_purifier_ip: 127.0.0.1
|
||||
|
||||
plex_host: 127.0.0.1
|
||||
plex_token: token
|
||||
|
||||
yeelight_bedside_ip: 127.0.0.1
|
||||
|
||||
synology_ip: 127.0.0.1
|
||||
synology_user: user
|
||||
synology_password: pass
|
||||
|
||||
master_bedroom_bedside_switch_ieee: 00:00:00:00:00:00:00:00
|
||||
magic_cube_ieee: 00:00:00:00:00:00:00:00
|
||||
|
||||
sonos_hosts:
|
||||
- 127.0.0.1
|
||||
- 127.0.0.1
|
||||
- 127.0.0.1
|
||||
- 127.0.0.1
|
||||
- 127.0.0.1
|
||||
- 127.0.0.1
|
||||
|
||||
#
|
||||
# ─── CLOUD AUTHENTICATION ───────────────────────────────────────────────────────
|
||||
#
|
||||
|
||||
aftership_key: key
|
||||
|
||||
aws_polly_client_id: id
|
||||
aws_polly_client_secret: secret
|
||||
|
||||
darksky_key: key
|
||||
|
||||
google_client_id: id
|
||||
google_client_secret: secret
|
||||
|
||||
hacs_github_token: token
|
||||
|
||||
spotify_client_id: id
|
||||
spotify_client_secret: secret
|
||||
spotify_spotcast_username: 1111
|
||||
spotify_spotcast_password: pass
|
||||
|
||||
telegram_token: token
|
||||
telegram_georgi_chat_id: 1111
|
||||
telegram_bot_chat_id: 2222
|
||||
|
||||
tile_username: emai
|
||||
tile_password: pass
|
||||
|
||||
tuya_username: email
|
||||
tuya_password: pass
|
||||
Reference in New Issue
Block a user