Hello everyone, HA newbie and first time poster. I was hoping someone more experienced could spot my mistake and point me in the right direction. I started a couple weeks ago and slowly added things. I thought things were working but I realized today that they are not completely. My frontend loads and I can switch the switches and that stuff works but all of the info displayed must be from a week or so ago. Lots of changes since then and I’m not sure what happened. Any changes I make to the groups or frontend stuff like the names do not update or change when I restart HA. I’ve restarted both through the app and also cmd hass
The config tester says my config is valid and I am not seeing any errors. But none of my groups work, or weblinks, or any other .yaml file I link to in my configure.yaml with the !include option. I can post the group.yaml or anything else needed if you have any ideas. Thank you in advance!
homeassistant:
name: Home
latitude: !secret HA_LATITUDE
longitude: !secret HA_LONGITUDE
elevation: !secret HA_ELEVATION
unit_system: imperial
time_zone: !secret HA_TIMEZONE
customize: !include customize.yaml
#######################################################################################################################
# INCLUDE
#######################################################################################################################
automation: !include automations.yaml
group: !include groups.yaml
scene: !include scenes.yaml
# script: !include scripts.yaml
zone: !include zones.yaml
weblink: !include weblinks.yaml
# Enables the frontend
frontend:
# Enables configuration UI
config:
http:
api_password: !secret HA_Password
base_url: !secret HA_RemoteURL
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# base_url: example.duckdns.org:8123
updater:
include_used_components: true
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
#######################################################################################################################
# HUE LIGHTS
#######################################################################################################################
light:
platform: hue
host: !secret HUE_IP_ADDRESS
allow_hue_groups: true
#########################################################
# CAMERAS
#########################################################
camera:
- platform: generic
name: Bedroom Camera
still_image_url: !secret BedroomCamera_URL
username: !secret BedroomCamera_Username
password: !secret BedroomCamera_Password
authentication: digest
- platform: generic
name: Back Porch Camera
still_image_url: !secret BackPorchCamera_URL
username: !secret BackPorchCamera_Username
password: !secret BackPorchCamera_Password
authentication: digest
- platform: generic
name: Front Porch Camera
still_image_url: !secret FrontPorchCamera_URL
username: !secret FrontPorchCamera_Username
password: !secret FrontPorchCamera_Password
authentication: digest
#########################################################
# SENSORS
#########################################################
sensor:
- platform: wunderground
api_key: !secret WeatherUndergroundAPIKey
monitored_conditions:
- weather_1d_metric
- weather_1n_metric
- weather_2d_metric
- weather_2n_metric
- weather_3d_metric
- weather_3n_metric
- weather_4d_metric
- weather_4n_metric
- temp_high_record_c
- temp_high_1d_c
- temp_c
- temp_low_1d_c
- temp_low_record_c
- precip_1d
- precip_1d_mm
- wind_kph
- wind_1d_kph
- alerts
#########################################################
# MEDIA PLAYER
#########################################################
media_player:
- platform: spotify
client_id: !secret Spotify_Client_Id
client_secret: !secret Spotify_Client_Secret
scan_interval: 10
# YAMAHA Receiver
- platform: yamaha
host: !secret YAMAHA_IP_ADDRESS
name: Receiver
source_ignore:
- "AUX"
- "HDMI4"
- "HDMI5"
- "HDMI6"
source_names:
HDMI1: "Xfinity"
HDMI2: "Xbox"
HDMI3: "Fire TV"
AV4: "HTPC / LGTV"
# LG TV
- platform: lg_netcast
host: !secret LGTV_IP_ADDRESS
name: Living Room TV
access_token: !secret LGTV_Access_Token
# Text to speech
tts:
- platform: google
#######################################################################################
# Join App
#######################################################################################
notify:
- platform: joaoapps_join
api_key: !secret Join_API_Key
device_ids: a4bcfca5ec284ed5a5c9e1708b16382b, 094b56ccff4a4c4a975e37ae6927e04c, 92b747dbb3864e68a0300a1f53ce1816, 8e63d99bf4b44500b84899ed7fd6de64, 869a5c1eb7fb4f5db3ccf56d9d255b9f, d6efd2710046422b96b0471c068be491, 81093197b57f4936b610d92eae1ed72d, fd669a20ea2647e490e6e15a3facafab, 86f46c19f9994c1baaa5cbef2dc4c451
device_names: PC2 Chrome, PC1 Chrome, GN5 App, Laptop Chrome, HTPC Chrome, HTPC Chrome 2, HTPC Win10, Galaxy Tab-A, HP 10
name: All Join Devices
joaoapps_join:
- name: android
device_id: group.android
api_key: !secret Join_API_Key
#######################################################################################
# MQTTHA
#######################################################################################
mqtt:
broker: !secret MQTT_BROKER
port: !secret MQTT_PORT
client_id: MQTTHA
keepalive: 60
username: !secret MQTT_USERNAME
password: !secret MQTT_PASSWORD
device_tracker:
- platform: owntracks
max_gps_accuracy: 200