I am entirely new to Home Automation and I don’t find a single place to start. I have done the below things, but don’t know how to proceed and what to do next. I am trying to set few things in the configuration.yaml, but I don’t know why I am doing it. I don’t know why I should use a binary_sensor or device_tracker or anything. Is there any tutorial that explains the config yaml? I have also copy pasted my yaml file for reference
Tasmotised few switches
Tasmotised few plugs
Configure a default setup of Home Assistant (frontend, api, etc)
You mean other than the documentation? Each individual component will show you how to configure it, and that includes whether it’s a binary_sensor:, device_tracker: or what.
@Sathishbs - all I can tell you is to read read read. Start with getting started on the home assistant home page.
a binary_sensor is an on/off type of sensor. something that has only two states - hence the name ‘binary’ (open/closed, on/off, motion/no_motion, etc.). A device_tracker is exactly what it sounds like an entity in home assistant the tracks a device. A common one is to install the Home Assistant app on your phone, which will create a device_tracker that represents your phone. Through that, you can make an automation the does things when you arrive somewhere, leave somewhere, etc.