Fix the long nagging MQTT issues in the system. All fixed now.

This commit is contained in:
ccostan
2023-01-16 18:57:38 -05:00
parent 8b3c53ba3e
commit 792f9423b5
9 changed files with 35 additions and 130 deletions

View File

@@ -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