Skip to content

Commit

Permalink
Various Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro7 committed Sep 26, 2019
1 parent 0fd4923 commit c8b69eb
Show file tree
Hide file tree
Showing 15 changed files with 170,940 additions and 146 deletions.
24 changes: 24 additions & 0 deletions (OLD)known_devices.yaml
@@ -0,0 +1,24 @@

clint:
hide_if_away: false
icon:
mac: 70:F0:87:80:9E:47
name: Clint
picture: /local/images/sirnitro.png
track: true

#beth:
# hide_if_away: false
# icon:
# mac: 84:A1:34:96:F2:09
# name: Beth
# picture: /local/images/princess.jpg
# track: true

#dakota:
# hide_if_away: false
# icon:
# mac: CC:20:E8:94:44:EE
# name: Dakota
# picture: /local/images/dakota.jpg
# track: true
94 changes: 51 additions & 43 deletions configuration.yaml
@@ -1,19 +1,12 @@
# Wilsons Corner
# configuration.yaml
# author: SirNitro

# Configure a default setup of Home Assistant (frontend, api, etc
default_config:
homeassistant:
customize: !include customize.yaml



# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123

#http:
# ssl_certificate: /config/ssl/fullchain.pem
# ssl_key: /config/ssl/privkey.pem
# base_url: https://automation.wilsons.local:8123

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
Expand All @@ -22,24 +15,27 @@ alert: !include alerts.yaml
switch: !include switches.yaml
shell_command: !include shell_commands.yaml
zone: !include zones.yaml
device_tracker: !include devices.yaml

#device_tracker: !include devices.yaml
map:
google:
client_id: !secret google_id
client_secret: !secret google_secret
panel_iframe:
printer:
title: 'Nitro 3D'
icon: mdi:printer-3d-nozzle-outline
url: !secret octo_rem
require_admin: true



hassio:

discovery:
ignore:
- wink
- roku
- homekit
- netgear_router

# Text to speech
tts:
- platform: google_translate
Expand All @@ -49,16 +45,9 @@ remote:
name: Living Room
host: !secret harmony_hub_ip

#sensor:
# - platform: glances
# host: 127.0.0.1
# username: !secret glance_user
# password: !secret glance_pass
# version: 3
# resources:
# - 'processor_load'
# - 'memory_use_percent'
# - 'disk_use_percent'
weather:
- platform: darksky
api_key: !secret dark_sky


wunderlist:
Expand Down Expand Up @@ -128,32 +117,51 @@ telegram_bot:
api_key: !secret telegram_api
allowed_chat_ids:
- !secret telegram_chatid_c
#
#roku:
# - host: !secret roku_lr_host
# - host: !secret roku_mb_host
# - host: !secret roku_office_host
# - host: !secret roku_dakota_host

#mqtt:
# broker: soldier.cloudmqtt.com
# port: !secret mqtt_port
# username: !secret mqtt_ha
# password: !secret mqtt_pass

#owntracks:
# max_gps_accuracy: 200
# waypoints: true
# mqtt_topic: "owntracks/#"
# events_only: true

owntracks:
max_gps_accuracy: 200
waypoints: true
events_only: true

recorder:
db_url: !secret sql_info




#google:
# client_id: !secret google_id
# client_secret: !secret google_secret

#mqtt:
# broker: soldier.cloudmqtt.com
# port: !secret mqtt_port
# username: !secret mqtt_ha
# password: !secret mqtt_pass

#
#roku:
# - host: !secret roku_lr_host
# - host: !secret roku_mb_host
# - host: !secret roku_office_host
# - host: !secret roku_dakota_host

#sensor:
# - platform: glances
# host: 127.0.0.1
# username: !secret glance_user
# password: !secret glance_pass
# version: 3
# resources:
# - 'processor_load'
# - 'memory_use_percent'
# - 'disk_use_percent'

#http:
# ssl_certificate: /config/ssl/fullchain.pem
# ssl_key: /config/ssl/privkey.pem
# base_url: https://automation.wilsons.local:8123

#binary_sensor:
# - platform: ping
# hosts:
Expand Down
6 changes: 3 additions & 3 deletions customize.yaml
@@ -1,6 +1,6 @@
person.clint_wilson:
entity_picture: http://automation.wilsons.local:8123/local/images/logos/sirnitro.png
entity_picture: http://wilsonscorner.org/subs/automation/images/icons/sirnitro.png
person.beth_wilson:
entity_picture: http://automation.wilsons.local:8123/local/images/logos/princess.jpg
entity_picture: http://wilsonscorner.org/subs/automation/images/icons/princess.jpg
person.dakota_wilson:
entity_picture: http://automation.wilsons.local:8123/local/images/logos/dakota.jpg
entity_picture: http://wilsonscorner.org/subs/automation/images/icons/dakota.jpg
1 change: 1 addition & 0 deletions devices.yaml
@@ -0,0 +1 @@
- platform: owntracks
169,770 changes: 169,724 additions & 46 deletions home-assistant.log

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions lovelace/cal.yaml
@@ -0,0 +1,4 @@
title: Nitro 3D
icon: mdi:calendar-month-outline
type: horizontal-stack
cards:
105 changes: 72 additions & 33 deletions lovelace/home.yaml
Expand Up @@ -3,11 +3,7 @@ icon: mdi:home-variant

type: horizontal-stack
cards:
- type: horizontal-stack
cards:
- type: weather-forecast
entity: weather.wilsonscorner
theme: dark_red


# - type: custom:group-card
# card:
Expand All @@ -18,7 +14,9 @@ cards:
- type: vertical-stack
cards:


- type: weather-forecast
entity: weather.wilsonscorner
theme: dark_red

- type: glance
title: Family
Expand All @@ -30,11 +28,13 @@ cards:
- entity: person.clint_wilson
- entity: person.beth_wilson
- entity: person.dakota_wilson
- entity: sensor.activity
- entity: sensor.battery_level
- entity: sensor.battery_state
- entity: sensor.last_update_trigger
- entity: sensor.geocoded_location
# - entity: sensor.activity
# - entity: sensor.battery_level
# - entity: sensor.battery_state
# - entity: sensor.last_update_trigger
# - entity: sensor.geocoded_location



- type: glance
title: System
Expand All @@ -45,14 +45,32 @@ cards:
- entity: sensor.disk_use_percent_home
name: Disk Usage

- type: glance
title: 3D Printer
columns: 2
entities:
- entity: sensor.nitro_3d_current_state
name: Status
- entity: sensor.nitro_3d_job_percentage
name: Completion %
- entity: sensor.nitro_3d_time_elapsed
name: Elapsed Time
- entity: sensor.nitro_3d_time_remaining
name: Remaining Time
- entity: binary_sensor.nitro_3d_printing
name: Dunno
- entity: binary_sensor.nitro_3d_printing_error
name: Error








- type: vertical-stack
cards:

- type: glance
title: Doors
columns: 2
Expand All @@ -61,6 +79,31 @@ cards:
name: Front Door
- entity: sensor.cottage_door
name: Cottage Door

- type: glance
title: Living Room
Columns: 4
entities:
- entity: light.lrc1
name: LR Ceiling 1
tap_action:
action: toggle
- entity: light.lrc2
name: LR Ceiling 2
tap_action:
action: toggle


- type: glance
title: Dining Room
Columns: 4
entities:
- entity: light.dr1
tap_action:
action: toggle
- entity: light.dr2
tap_action:
action: toggle

- type: glance
title: Master Bedroom
Expand Down Expand Up @@ -98,20 +141,7 @@ cards:
action: toggle

- type: glance
title: Living Room
Columns: 4
entities:
- entity: light.lrc1
name: LR Ceiling 1
tap_action:
action: toggle
- entity: light.lrc2
name: LR Ceiling 2
tap_action:
action: toggle

- type: glance
title: Man Cave
title: Office
Columns: 4
entities:
- entity: light.oc1
Expand All @@ -128,20 +158,29 @@ cards:
tap_action:
action: toggle


- type: glance
title: Dining Room
title: Misc
Columns: 4
entities:
- entity: light.dr1
- entity: light.fp
tap_action:
action: toggle
- entity: light.dr2
tap_action:
action: toggle
action: toggle




- type: vertical-stack
cards:

- type: glance
title: Switches
Columns: 2
entities:
- entity: switch.printer
icon: mdi:printer-3d-nozzle-outline
- entity: switch.tbd
icon: mdi:meditation
name: Zen


- type: entities
Expand Down
29 changes: 18 additions & 11 deletions resources.yaml
@@ -1,19 +1,26 @@
- url: /local/community_plugins/mini-graph-card-bundle.js?v=1
- url: /community_plugin/compact-custom-header/compact-custom-header.js?v=5
type: module
- url: /community_plugin/fitbit-card/fitbit-card.js?v=5
type: js
- url: /community_plugin/mini-graph-card/mini-graph-card-bundle.js?v=0.6.0
type: js
- url: /community_plugin/mini-media-player/mini-media-player-bundle.js?v=5
type: module
- url: /local/community_plugins/slider-entity-row.js?v=1
- url: /community_plugin/radial-menu/radial-menu.js?v=5
type: module
- url: /local/community_plugins/mini-media-player-bundle.js?v=1
- url: /community_plugin/roku-card/roku-card.js?v=5 #BROKEN
type: module
- url: /local/community_plugins/compact-custom-header.js?v=1
- url: /community_plugin/vertical-stack-in-card/vertical-stack-in-card.js?v=5
type: js
- url: /community_plugin/circle-sensor-card/circle-sensor-card.js?v=5
type: module
- url: /local/community_plugins/group-card.js?v=1
- url: /community_plugin/monster-card/monster-card.js?v=5
type: module
- url: /local/community_plugins/roku-card.js?v=1
- url: /community_plugin/lovelace-slider-entity-row/slider-entity-row.js?v=5
type: module
- url: /local/community_plugins/fitbit-card.js?v=1
type: js

- url: /local/community_plugins/monster-card.js?v=1
- url: /community_plugin/calendar-card/calendar-card.js
type: js
- url: /local/community_plugins/vertical-stack-in-card.js?v=1

# Type Unknown
- url: /community_plugin/group-card/group-card.js?v=5
type: js

0 comments on commit c8b69eb

Please sign in to comment.