Hi I am new to HA this week and just setting up and getting my head around things:
I seem to have messed up my config file as this is how it reads:
device_tracker.unifi_00_55_da_58_f1_96_default
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
but i get this error:
Error loading /config/configuration.yaml: expected ‘’, but found ‘’ in “/config/configuration.yaml”, line 4, column 1
I was trying to add this after installing iphone detect from HACS but i have got myself in a mess and I am a bit stuck. I have deleted the below as I got an error message swell
:
device_tracker:
- platform: iphonedetect
consider_home: 60
scan_interval: 12
new_device_defaults:
track_new_devices: true
hosts:
hostname1: 192.168.0.17
hostname2: 192.168.0.24
Any advice for someone completely new to HA would be very much appreciated. Thanks