HA: Difference between revisions

218 bytes added ,  1 month ago
Line 92:
 
= ESPHome =
 
Source: [https://community.home-assistant.io/t/setting-up-esphome-with-home-assistant-running-in-docker/510133/3 home-assistant.io][https://esphome.io/guides/getting_started_command_line.html esphome.io]
 
Download the Image:
Line 97 ⟶ 99:
 
Start the Container
sudo docker run -d --name=esphome --restart=unless-stopped --privileged --net=host -e TZ=Europe/Dublin -v /home/pi/esphome/config:/config esphome/esphome
 
= Notifications =