Clean up Configuration.yaml and close #523 for now.
This commit is contained in:
parent
c01e30a849
commit
7b2d0ba4d9
|
@ -1,3 +1,9 @@
|
||||||
|
#-------------------------------------------
|
||||||
|
# @CCOSTAN
|
||||||
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||||
|
# Read all about this and more at https://vCloudInfo.com
|
||||||
|
######################################################################################################
|
||||||
|
|
||||||
homeassistant:
|
homeassistant:
|
||||||
name: Bear Stone
|
name: Bear Stone
|
||||||
latitude: !secret homeassistant_latitude
|
latitude: !secret homeassistant_latitude
|
||||||
|
@ -61,11 +67,6 @@ cloud:
|
||||||
- cover
|
- cover
|
||||||
- input_boolean
|
- input_boolean
|
||||||
- camera
|
- camera
|
||||||
# - group
|
|
||||||
# exclude_entities:
|
|
||||||
# exclude_domains:
|
|
||||||
# - light
|
|
||||||
# - media_player
|
|
||||||
entity_config:
|
entity_config:
|
||||||
group.kitchen_lights:
|
group.kitchen_lights:
|
||||||
display_categories: LIGHT
|
display_categories: LIGHT
|
||||||
|
@ -73,18 +74,13 @@ cloud:
|
||||||
display_categories: LIGHT
|
display_categories: LIGHT
|
||||||
group.upstairs_lights:
|
group.upstairs_lights:
|
||||||
display_categories: LIGHT
|
display_categories: LIGHT
|
||||||
# group.kitchen_accents:
|
|
||||||
# display_categories: SWITCH
|
|
||||||
# group.master_bathroom_accents:
|
|
||||||
# display_categories: SWITCH
|
|
||||||
|
|
||||||
http:
|
http:
|
||||||
# base_url: !secret http_base_url
|
|
||||||
server_port: !secret http_port
|
server_port: !secret http_port
|
||||||
ssl_certificate: !secret ssl_certificate
|
ssl_certificate: !secret ssl_certificate
|
||||||
ssl_key: !secret ssl_key
|
ssl_key: !secret ssl_key
|
||||||
ip_ban_enabled: True
|
# ip_ban_enabled: True
|
||||||
login_attempts_threshold: 5
|
# login_attempts_threshold: 5
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
javascript_version: latest
|
javascript_version: latest
|
||||||
|
@ -107,10 +103,6 @@ panel_custom:
|
||||||
config: /local/custom_ui/floorplan/floorclock.yaml
|
config: /local/custom_ui/floorplan/floorclock.yaml
|
||||||
|
|
||||||
discovery:
|
discovery:
|
||||||
# ignore:
|
|
||||||
# - samsung_tv
|
|
||||||
# - roku
|
|
||||||
# - google_cast
|
|
||||||
|
|
||||||
updater:
|
updater:
|
||||||
include_used_components: true
|
include_used_components: true
|
||||||
|
@ -147,11 +139,6 @@ light:
|
||||||
name: led_garage_small
|
name: led_garage_small
|
||||||
mode: "rgb"
|
mode: "rgb"
|
||||||
|
|
||||||
# emulated_hue:
|
|
||||||
# host_ip: 192.168.10.10
|
|
||||||
# listen_port: 8300
|
|
||||||
# expose_by_default: false
|
|
||||||
|
|
||||||
ifttt:
|
ifttt:
|
||||||
key: !secret ifttt_key
|
key: !secret ifttt_key
|
||||||
|
|
||||||
|
@ -230,17 +217,6 @@ nest:
|
||||||
climate:
|
climate:
|
||||||
platform: nest
|
platform: nest
|
||||||
|
|
||||||
# media_player:
|
|
||||||
# - platform: cast
|
|
||||||
# host: 192.168.10.209 #CCA1
|
|
||||||
# - platform: roku
|
|
||||||
|
|
||||||
# - platform: samsungtv
|
|
||||||
# host: 192.168.10.207
|
|
||||||
# port: 8001
|
|
||||||
# name: Living Room TV
|
|
||||||
# scan_interval: 180
|
|
||||||
|
|
||||||
tts:
|
tts:
|
||||||
- platform: amazon_polly
|
- platform: amazon_polly
|
||||||
aws_access_key_id: !secret aws_access_key_ID
|
aws_access_key_id: !secret aws_access_key_ID
|
||||||
|
@ -249,12 +225,9 @@ tts:
|
||||||
text_type: ssml
|
text_type: ssml
|
||||||
voice: Joanna
|
voice: Joanna
|
||||||
cache: True
|
cache: True
|
||||||
# base_url: !secret external_url
|
|
||||||
# cache_dir: /data/tts
|
|
||||||
|
|
||||||
wink:
|
wink:
|
||||||
|
|
||||||
|
|
||||||
group: !include_dir_merge_named group
|
group: !include_dir_merge_named group
|
||||||
device_tracker: !include_dir_merge_list device_tracker
|
device_tracker: !include_dir_merge_list device_tracker
|
||||||
sensor: !include_dir_merge_list sensor
|
sensor: !include_dir_merge_list sensor
|
||||||
|
|
Loading…
Reference in New Issue