Hello…i am trying to find a way to get someones code switched over from loading yamls from github to using them in the local file system.
It looks kinda like this right now:
packages:
remote_package:
url: https://github.com/dudanov/esphome-packages
refresh: 0d
files: [
# Main dongle package
hardware/iot-uni-dongle/device.yaml,
# IR remote transmitter (IR- pad connected to TSOP output of controlled device)
hardware/iot-uni-dongle/remote/tsop.yaml,
# IR remote transmitter (IR LED between IR+ and IR- pads)
#hardware/iot-uni-dongle/remote/led.yaml,
# Electrolux EACS. Select your model HERE.
climate/midea/electrolux.yaml,
and i would like to have it load all the parts and pieces
from my packages folder where i already created the same file and folder structure but cant get it to point there.
happy for any hint…
Thx alot up front
Hello thx for the info and quick response.
Bummer that it does not support lacal direction trees as it does with urls.
So i have to include all the files one by one.
And if I am not mistake, you are looking for this:
And more info on that:
When set up successfull, you should be able to call the service as something like this:
esphome.mideahvac_follow_me I guess with a temperature value (float)
(Not using the follow_me service myself, but had a look at an api call from another esphome device; it can be verified with developer tools → services)
Thx for your quick answers as usual…
I gave up on the packages thing and kept it all in one yaml
To much hassle for to little benefit.
And the follow me is not working as planned, just different logic than i anticipated