Skip to content

Commit

Permalink
Added deleted files again
Browse files Browse the repository at this point in the history
  • Loading branch information
Naesstrom committed Nov 6, 2018
1 parent 3869a58 commit d4cd4bb
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 0 deletions.
1 change: 1 addition & 0 deletions groups/radio_group.yaml
@@ -0,0 +1 @@

36 changes: 36 additions & 0 deletions groups/tabs/default_view_tab.yaml
@@ -0,0 +1,36 @@
default_view:
view: true
entities:
- weather.metno
- sensor.mailbox
- sensor.sussa
- sensor.erik
- sensor.waze_travel_time
- climate.living_room_ac
- group.living_room
- group.doors
- group.bedroom
- group.living_room
- group.tradfri
- group.sparsnas
- group.presence_status
- sensor.erik_at_work_week
- group.all_covers
- cover.livingroom_cover_1
# - device_tracker.sussa_htc10
# - device_tracker.naesstrom_erik
# - device_tracker.naesstrom_sussa
# - device_tracker.sussas_mobil
- sensor.billa_temperatur
- sensor.greenhouse_temperature
- sensor.outside_temperature
- sensor.kitchen_temperature
- sensor.bedroom_temperature
- sensor.livingroom_temperature
- sensor.office_temperature
- sensor.bathroom_temperature
- group.movement
- group.tanka
- switch.brevladan
- sensor.pihole_ads_blocked_today
- weather.smhi_home
1 change: 1 addition & 0 deletions input_select/speaker_select.yaml
@@ -0,0 +1 @@

19 changes: 19 additions & 0 deletions light/light_groups.yaml
@@ -0,0 +1,19 @@
- platform: group
name: Livingroom ambient lights
entities:
- light.tradfri_bulb_e14_ws_opal_400lm_2
- light.tradfri_transformer_10w

- platform: group
name: Bathroom Lights
entities:
- light.tradfri_bulb_e27_w_opal_1000lm
- light.tradfri_bulb_e27_w_opal_1000lm_2
- light.bathroom

- platform: group
name: Kitchen Lights
entities:
- light.tradfri_bulb_gu10_w_400lm_2_2
- light.tradfri_bulb_gu10_w_400lm_3_2
- light.tradfri_bulb_gu10_w_400lm_4
6 changes: 6 additions & 0 deletions scenes/livingroom_dim.yaml
@@ -0,0 +1,6 @@
- name: Livingroom dim
entities:
light.livingroom_ambient_lights:
state: on
transition: 2
brightness_pct: 10
6 changes: 6 additions & 0 deletions scenes/livingroom_normal.yaml
@@ -0,0 +1,6 @@
- name: Livingroom normal
entities:
light.livingroom_ambient_lights:
state: on
transition: 3
brightness_pct: 80
90 changes: 90 additions & 0 deletions travis_secrets.yaml
@@ -0,0 +1,90 @@
name: katrinelund
latitude: 11.123456
longitude: 22.123456
elevation: 123
base_url: www.google.se

#mqtt
mqtt_username: username
mqtt_password: password
mqtt_broker: 127.0.0.1
mqtt_port: 1234

http_password: Secretz

### Unifi Settings ###
unifi_username: admin
unifi_password: Secretz


### Trådfri ###
tradfri_secret: Secretz
tradfri_ip: 192.168.3.255

influx_username: Secretz
influx_password: Secretz

octoprint_api: Secretz

pushbullet_api: o.Secretz

#smtp
smtp_server: smtp.gmail.com
smtp_port: 587
smtp_timeout: 15
smtp_sender: Secretz@gmail.com
smtp_encryption: starttls
smtp_username: Secretzgmail.com
smtp_password: Secretz
smtp_recipient_erik: Secretz@gmail.com
smtp_recipient_anders: Secretz@naesstrom.net

alarm_code: "Secretz"
panic_code: "Secretz"

sparsnas_sensor: sparsnas/123456


infludb_name: Secretname
infludb_pass: Secretpass

openweathermap: secretapi

transmission_name: Secretname
transmission_pass: Secretpass

SABNZBD_API: secretAPI
SABNZB_IP: 192.168.3.255

googlemaps_name: Secretz@gmail.com
googlemaps_pass: Secretpass

gcm_api_key: Secretz
gcm_sender_id: Secretz

rtm_api_key: SecretKey
rtm_secret: SuperSecretSecret

tautulli_token: abcd1234

camuser: he-man
campass1: asdfghj
campass2: jhgfdsa

trafikverket: 123445566675676753452345234325

iftttapi: S3cr3t4p1

home_assistant_key: password123

appdaemon_key: password456

db_url: mysql://sudo:sudo@192.168.1.1/hass?charset=utf8

ssl_certificate: fake_key.pem
ssl_key: fake_key.pem

untappd_ID: 123p948uq3ugpjöoö
untappd_Secret: lkjnvhgp98ut8+49utgjÖ

discord_token: 02p498y5+089tghvnbp024958u+48tu

0 comments on commit d4cd4bb

Please sign in to comment.