Hi everyone,
I know lots of people ask about setting up the UI but I can not for the life of me see my mistake. This is my groups.yaml file.
default_view:
name: Home
view: yes
entities:
- camera.front_door
kitchen_view:
name: Kitchen
view: yes
entities:
- climate.kitchen
- light.kitchen
- media_player.kitchen
- media_player.kitchen_2
- media_player.kitchen_3
- remote.kitchen
- sensor.kitchen_heating
- sensor.kitchen_humidity
- sensor.kitchen_link
- sensor.kitchen_overlay
- sensor.kitchen_power
- sensor.kitchen_tado_mode
- sensor.kitchen_temperature
I don’t get any errors I just don’t get any tabs either. For completeness this is my configuration.yaml file I’ve replaced personal info with x’s;
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: xx.xxxx
longitude: xx.xxx
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 0
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/London
# Customization file
customize: !include customize.yaml
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Show the introduction message on startup.
introduction: false
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Discover some devices automatically
discovery:
# Sensors
sensor:
# Weather prediction
- platform: yr
- platform: ring
# - platform: tado
# Text to speech
tts:
- platform: google
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
# Ring
ring:
username: !secret Ring_Username
password: !secret Ring_Password
camera:
- platform: ring
binary_sensor:
- platform: ring
#Tado
tado:
username: !secret Tado_Username
password: !secret Tado_Password
device_tracker:
- platform: tado
username: !secret Tado_Username
password: !secret Tado_Password
home_id: xxxxxxxxxxxxxxxxxxxx