Hi all,
I know this subject has been discussed like:
But I am a total newbe in Home Assistant, just installed the server on my Ubuntu using docker.
I have many IOT devices, including Shelly and others, I saw HA has find all those devices and sensors. I am using Shelly to open and close the garage door, in addition, I have installed reed sensors so Shelly will report the status of the door.
I do see a sensor on HA as “Garage Door Input Status” which is the reed sensor status from Shelly. I also can see in the HA log book the status of the door(running or cleared). I want to take the status to inform me by HA. I normally use prowl to provide status.
This is my first project with HA, so bear with me for a newbe. Questions:
- Do I have to insert commends in yaml to have notifications sent to me? Or if there is a canned scene in HA that I can use to send notifications? In Shelly app, I just have to configure a scene to receive notifications, I am using Shelly cloud, NOT MQTT.
- If #1 is not possible Which yaml and where I should insert yaml programs if I am using Docker HA?
- I saw a lot of templates in the forum for garage sensors, but I did not see that sends out notifications on actions. Am I missing some thing?
- I know yaml programs needs to be formatted, had a lot of problem with docker compose, which yaml editor is best for HA.
- I know the Docker HA does not provide HA add-ons, you have to hunt for it, should I reinstall it with HA OS? I was able to install HACS nevertheless.