mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Fix the long nagging MQTT issues in the system. All fixed now.
This commit is contained in:
@@ -18,24 +18,7 @@ homeassistant:
|
||||
# - !secret external_ip
|
||||
allow_bypass_login: true
|
||||
|
||||
# This is the section that loads with the default_config
|
||||
default_config:
|
||||
# dhcp:
|
||||
# energy:
|
||||
# frontend:
|
||||
# homeassistant_alerts:
|
||||
# image:
|
||||
# media_source:
|
||||
# my:
|
||||
# network:
|
||||
# person:
|
||||
# sun:
|
||||
# ssdp:
|
||||
# stream:
|
||||
# system_health:
|
||||
# webhook:
|
||||
# zeroconf:
|
||||
### End of the default_Config stuff
|
||||
|
||||
config:
|
||||
|
||||
@@ -73,17 +56,8 @@ cloud:
|
||||
# light.kitchen_lights:
|
||||
# display_categories: LIGHT
|
||||
|
||||
# http:
|
||||
# server_port: !secret http_port
|
||||
# ssl_certificate: !secret ssl_certificate
|
||||
# ssl_key: !secret ssl_key
|
||||
# ip_ban_enabled: false
|
||||
# login_attempts_threshold: 3
|
||||
|
||||
discovery:
|
||||
|
||||
#updater:
|
||||
|
||||
light: !include light_groups.yaml
|
||||
|
||||
ifttt:
|
||||
@@ -98,7 +72,6 @@ logbook:
|
||||
- group.garage_doors
|
||||
- media_player.LivingRoomCC
|
||||
- py.warnings
|
||||
- sensor.epson_xp_7100_series_uptime
|
||||
- sensor.small_garage_status
|
||||
- sensor.large_garage_status
|
||||
- sensor.small_garage_time_in_state
|
||||
@@ -131,7 +104,6 @@ history:
|
||||
exclude:
|
||||
entities:
|
||||
- sensor.date
|
||||
- sensor.epson_xp_7100_series_uptime
|
||||
- sensor.pi_hole_ads_blocked_today
|
||||
- sensor.pi_hole_ads_percentage_blocked_today
|
||||
- sensor.pi_hole_dns_queries_today
|
||||
@@ -143,9 +115,6 @@ history:
|
||||
logger: !include logger.yaml
|
||||
recorder: !include recorder.yaml
|
||||
|
||||
mqtt:
|
||||
# client_id: home-assistant-Carlo
|
||||
|
||||
# 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
|
||||
@@ -154,9 +123,6 @@ 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
|
||||
|
Reference in New Issue
Block a user