Home-AssistantConfig/config/configuration.yaml

240 lines
6.1 KiB
YAML
Raw Normal View History

#-------------------------------------------
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# Read all about this and more at https://vCloudInfo.com
######################################################################################################
2018-01-02 00:00:45 +00:00
homeassistant:
name: Bear Stone
2018-01-02 00:00:45 +00:00
latitude: !secret homeassistant_latitude
longitude: !secret homeassistant_longitude
elevation: !secret homeassistant_elevation
unit_system: imperial
time_zone: America/New_York
2020-05-21 23:20:46 +00:00
external_url: !secret external_url
internal_url: !secret internal_url
2018-04-22 18:18:17 +00:00
customize: !include_dir_merge_named customize
customize_domain:
automation:
initial_state: 'on'
2018-04-22 18:15:46 +00:00
packages: !include_dir_named packages
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- 192.168.10.0/24
2020-06-04 17:33:55 +00:00
# - !secret external_ip
2020-06-01 01:54:16 +00:00
allow_bypass_login: true
2020-06-04 17:33:55 +00:00
# - type: legacy_api_password
# api_password: !secret http_password
2018-01-02 00:00:45 +00:00
2019-09-06 19:43:51 +00:00
system_health:
#Note: The influxdb runs along side the HA DB. It does not replace it. influxdb is used to grab data for Grafana.
influxdb:
host: 192.168.10.10
database: home_assistant
2018-04-22 18:12:21 +00:00
config:
2018-01-05 02:39:55 +00:00
cloud:
alexa:
filter:
include_entities:
- group.interior_lights
- group.bedroom_lights
- group.living_room_lights
- group.living_room_accents
- group.dinette_lights
- group.dining_room_lights
- group.den_lights
- group.foyer_lights
- group.office_lights
- group.hallway_lights
- group.kitchen_lights
2019-08-17 19:18:36 +00:00
- group.kitchen_accents
- group.upstairs_lights
- group.outdoor_pool_lights
2019-08-17 19:18:36 +00:00
- group.master_bathroom_accents
- group.garage_lights
- group.paiges_room
- group.justins_room
- group.Exterior_Lights
- group.outdoor_pool_lights
- group.outdoor_front_lights
- group.landscaping
2018-01-05 02:39:55 +00:00
include_domains:
- switch
- cover
2018-01-05 18:45:57 +00:00
- input_boolean
2020-04-10 00:27:04 +00:00
- camera
2018-01-18 19:49:16 +00:00
entity_config:
group.kitchen_lights:
display_categories: LIGHT
group.bedroom_lights:
display_categories: LIGHT
group.upstairs_lights:
display_categories: LIGHT
2019-08-17 19:18:36 +00:00
2018-01-02 00:00:45 +00:00
http:
server_port: !secret http_port
2018-01-02 00:00:45 +00:00
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
# ip_ban_enabled: True
# login_attempts_threshold: 5
2018-01-02 00:00:45 +00:00
frontend:
javascript_version: latest
panel_custom:
- name: floorplan
sidebar_title: Alarm Panel
sidebar_icon: mdi:security-home
url_path: floorplan
config:
hide_app_toolbar:
config: /local/custom_ui/floorplan/floorplan.yaml
- name: clock
sidebar_title: Alarm Clock
sidebar_icon: mdi:alarm
url_path: clock
config:
hide_app_toolbar:
config: /local/custom_ui/floorplan/floorclock.yaml
discovery:
updater:
include_used_components: true
sun:
2018-01-05 02:39:55 +00:00
hue:
bridges:
- host: 192.168.10.75
# filename: phue.conf
2018-01-05 02:39:55 +00:00
allow_unreachable: true
allow_hue_groups: false
- host: 192.168.10.76
# filename: phue2.conf
allow_unreachable: true
allow_hue_groups: false
2018-01-02 00:00:45 +00:00
light:
2018-01-05 02:39:55 +00:00
# Reference : https://www.flexfireleds.com/pages/Comparison-between-3528-LEDs-and-5050-LEDs.html
2018-01-02 00:00:45 +00:00
- platform: flux_led
automatic_add: True
devices:
192.168.10.30:
2018-01-02 00:00:45 +00:00
name: led_garage_snip
mode: "rgb"
192.168.10.31:
2018-01-02 00:00:45 +00:00
name: led_outdoor_den
mode: "rgb"
192.168.10.32:
2018-01-02 00:00:45 +00:00
name: led_garage_large
mode: "rgb"
192.168.10.33:
2018-01-02 00:00:45 +00:00
name: led_garage_small
mode: "rgb"
ifttt:
key: !secret ifttt_key
logbook:
exclude:
entities:
- automation.detect_lights_and_adjust_the_brightness_when_turned_on_based_on_time
- automation.cuckoo_clock
- binary_sensor.office_motion
- group.garadget
2018-01-02 00:00:45 +00:00
- media_player.LivingRoomCC
- py.warnings
- sensor.epson_xp_7100_series_uptime
- sensor.last_boot
- sensor.last_boot_templated
2018-01-02 00:00:45 +00:00
- sensor.small_garage_status
- sensor.large_garage_status
- sensor.small_garage_time_in_state
- sensor.large_garage_time_in_state
- sensor.large_garage_wifi_signal_strength
- sensor.small_garage_wifi_signal_strength
- sensor.small_garage_reflection_rate
- sensor.large_garage_reflection_rate
2019-03-14 17:02:02 +00:00
- sensor.pi_hole_ads_blocked_today
- sensor.pi_hole_ads_percentage_blocked_today
- sensor.pi_hole_dns_queries_today
2018-01-02 00:00:45 +00:00
- sensor.time
- sensor.date
- sensor.floorplan_date
- sensor.floorplan_time
- sensor.ha_uptime
history:
include:
domains:
- sensor
- switch
- media_player
- light
- binary_sensor
- cover
exclude:
entities:
- sensor.last_boot
- sensor.date
- sensor.epson_xp_7100_series_uptime
2019-03-14 17:02:02 +00:00
- sensor.pi_hole_ads_blocked_today
- sensor.pi_hole_ads_percentage_blocked_today
- sensor.pi_hole_dns_queries_today
- sensor.last_boot
- sensor.last_boot_templated
2018-01-02 00:00:45 +00:00
- sensor.floorplan_date
- sensor.floorplan_time
- sensor.ha_uptime
- sensor.time
logger: !include logger.yaml
recorder: !include recorder.yaml
mqtt:
broker: 127.0.0.1
port: 1883
client_id: home-assistant-Carlo
username: !secret MQTT_username
password: !secret MQTT_password
# zwave:
# usb_path: /dev/ttyACM0
# config_path: /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config
nest:
client_id: !secret nest_client_id
client_secret: !secret nest_client_secret
climate:
platform: nest
tts:
- platform: amazon_polly
aws_access_key_id: !secret aws_access_key_ID
aws_secret_access_key: !secret aws_secret_access_key
region_name: 'us-east-1'
text_type: ssml
2020-06-03 20:43:49 +00:00
voice: Joanna
cache: True
2018-01-02 00:00:45 +00:00
wink:
2020-06-06 19:14:25 +00:00
homekit: !include homekit.yaml
2018-01-02 00:00:45 +00:00
group: !include_dir_merge_named group
device_tracker: !include_dir_merge_list device_tracker
sensor: !include_dir_merge_list sensor
automation: !include_dir_merge_list automation
scene: !include_dir_merge_list scene
switch: !include_dir_merge_list switch
script: !include_dir_merge_named script
input_boolean: !include_dir_merge_named input_boolean
shell_command: !include_dir_merge_named shell_command