Skip to content

Commit

Permalink
ha - change apps and secret ops
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Jun 30, 2024
1 parent 7099232 commit a33f005
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 14 deletions.
2 changes: 2 additions & 0 deletions ph4ha/config/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
secrets.yaml
apps.yaml
30 changes: 30 additions & 0 deletions ph4ha/config/apps.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
shelly:
module: shelly_app
class: ShellyHallway
shelly_cor_host: 127.0.0.1
shelly_cor_token: !secret shelly_cor_token
shelly_cor_pass: !secret shelly_cor_pass

venting:
module: vent
class: Venting
hum_sensor: sensor.aqarabathroom_humidity
vent_switch: switch.shellyplus1_083af202ae44_switch_0

blinds:
module: blinds
class: Blinds
blinds:
- name: "LivBig"
ip_address: "192.168.0.10"
ha_name: "shellyplus2pm-xxx"
password: !secret shelly_blinds_liv_big
- name: "Bedroom"
ip_address: "192.168.0.11"
ha_name: "shellyplus2pm-yyy"
password: !secret shelly_blinds_bedroom
- name: "Study"
ip_address: "192.168.0.12"
ha_name: "shellyplus2pm-zzz"
password: !secret shelly_blinds_study
weekdays_open_time: "input_text.weekday_blind_open_time"
12 changes: 0 additions & 12 deletions ph4ha/config/apps.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions ph4ha/config/secrets.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
shelly_cor_token: secret-token-here
shelly_cor_pass: pass-here
shelly_blinds_liv_big: pass-here
shelly_blinds_bedroom: pass-here
shelly_blinds_study: pass-here
2 changes: 0 additions & 2 deletions ph4ha/config/secrets.yaml

This file was deleted.

0 comments on commit a33f005

Please sign in to comment.