I’m a noob so be gentle
I have .io up and running and setup most of my devices. My problem is none of my customize settings are working so would appreciate any feedback on why. Here is my configuration file:
homeassistant:
Name of the location where Home Assistant is running
name: Home
Location required to calculate the time the sun rises and sets
latitude: xxxx
longitude: xxx
C for Celsius, F for Fahrenheit
temperature_unit: F
Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: America/Chicago
Prediction of weather
sensor:
platform: yr
customize:
sensor.weather_precip_intensity:
friendly_name: ‘Rainfall’
sensor.weather_humidity:
friendly_name: ‘Outdoor Humidity’
sensor.weather_temperature:
friendly_name: ‘Outdoor Temp’
sensor.speedtest_download:
friendly_name: ‘Download’
icon: mdi:speedometer
sensor.speedtest_upload:
friendly_name: ‘Upload’
icon: mdi:speedometer
sensor.speedtest_ping:
friendly_name: ‘Ping’
icon: mdi:timer
COMPONENTS
Enables the frontend
frontend:
Discover some devices automatically
discovery:
Track the sun
sun:
Show links to resources in log and frontend
introduction:
Allows you to issue voice commands from the frontend
conversation:
Checks for available updates
updater:
View all events in a logbook
logbook:
Enables support for tracking state changes over time.
history:
DEVICES
isy994:
host: http://172.28.254.10:80
username: admin
password: admin
tls: 1.2
SENSORS
sensor:
platform: forecast
api_key: ab5c1bcd26de3ee15bbc41879f055854
monitored_conditions:
- summary
- precip_type
- precip_intensity
- temperature
- dew_point
- wind_speed
- wind_bearing
- cloud_cover
- humidity
- pressure
- visibility
- ozone
sensor 2:
platform: speedtest
minute:
- 0
- 30
monitored_conditions:
- ping
- download
- upload
GROUPS
group:
Current Weather:
- sensor.weather_summary
- sensor.weather_temperature
- sensor.weather_humidity
- sensor.weather_precip_intensity
- sun.sun
Internet:
- sensor.speedtest_ping
- sensor.speedtest_download
- sensor.speedtest_upload
Outside:
- sensor.back_doorsensor
- switch.back_door_lights
- switch.back_yard_lights
- switch.garage_light
Master Bedroom:
- switch.mstr_bedroom_table_lamp
Den:
- switch.den_table_lamp_tv
- switch.den_table_lamp_stairs