I’m trying to understand this… when we use the configuration file in Hassio… we are programming on Python or YALM?
Or YALM is just a type of syntax and the “real” code is in Python?
Please, help… TY
I’m trying to understand this… when we use the configuration file in Hassio… we are programming on Python or YALM?
Or YALM is just a type of syntax and the “real” code is in Python?
Please, help… TY
HomeAssistant is a program written in Python.
It has configuration files written in yaml, that are interpreted by the Python program.
Hassio is a way of packaging HomeAssistant using docker containers (add-ons) to avoid the complexities of installing python programs.
Hope that helps.
Thank youuuuuuuu ! ! !
This is what i wanted to know!!