<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Install Home-Assistant Core in Raspberry PI with Docker	</title>
	<atom:link href="https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Sat, 13 Apr 2024 07:43:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/#comment-4731</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sat, 21 Aug 2021 08:24:42 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=3586#comment-4731</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/#comment-4726&quot;&gt;Kenneth&lt;/a&gt;.

Hi Kenneth,
I&#039;m not a specialist in Home Assistant, but first of all please consider (as referred in my tutorial) that this is to install Home Assistant CORE. That said, when you use docker, containers create internal folder structure which is not directly visible from shell. To see what you have inside the container folders you have 2 options:
&lt;ul&gt;
	&lt;li&gt;Create a Volume (option -v): this is a common practice to map internal folder from your container to you host (Raspberry PI OS structure)&lt;/li&gt;
	&lt;li&gt;Create a shell session inside the container (command &lt;code&gt;docker exec -it homeAssProd bash&lt;/code&gt;): this allows you to have an interactive shell inside the container&lt;/li&gt;
&lt;/ul&gt;

If the custom_components is a default folder, you will find it inside the container.
If it is required for your customizations, you should map it into a dedicated volume (as done in my tutorial for config folder with the &quot;&lt;code&gt;-v /home/pi/homeAssProd:/config&lt;/code&gt;&quot;option).
Probably, if you need to create it you have to check that your configuration.yaml file is configured properly. Anyway, I suggest to ask support from Home Assistant forums, which are more specialized in Home Assistant internal stuff.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/#comment-4726">Kenneth</a>.</p>
<p>Hi Kenneth,<br />
I&#8217;m not a specialist in Home Assistant, but first of all please consider (as referred in my tutorial) that this is to install Home Assistant CORE. That said, when you use docker, containers create internal folder structure which is not directly visible from shell. To see what you have inside the container folders you have 2 options:</p>
<ul>
<li>Create a Volume (option -v): this is a common practice to map internal folder from your container to you host (Raspberry PI OS structure)</li>
<li>Create a shell session inside the container (command <code>docker exec -it homeAssProd bash</code>): this allows you to have an interactive shell inside the container</li>
</ul>
<p>If the custom_components is a default folder, you will find it inside the container.<br />
If it is required for your customizations, you should map it into a dedicated volume (as done in my tutorial for config folder with the &#8220;<code>-v /home/pi/homeAssProd:/config</code>&#8220;option).<br />
Probably, if you need to create it you have to check that your configuration.yaml file is configured properly. Anyway, I suggest to ask support from Home Assistant forums, which are more specialized in Home Assistant internal stuff.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kenneth		</title>
		<link>https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/#comment-4726</link>

		<dc:creator><![CDATA[Kenneth]]></dc:creator>
		<pubDate>Fri, 20 Aug 2021 22:32:39 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=3586#comment-4726</guid>

					<description><![CDATA[Hi,
Thanks for a great simple tutorial. It was realy simple to install Home Assistant with this tutorial.
I have a question:
If I follow this tutorial where can i find the directory custom_components? I can&#039;t find them when I&#039;m using docker but I can find it when I&#039;m using another (more difficult) tutorial.]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
Thanks for a great simple tutorial. It was realy simple to install Home Assistant with this tutorial.<br />
I have a question:<br />
If I follow this tutorial where can i find the directory custom_components? I can&#8217;t find them when I&#8217;m using docker but I can find it when I&#8217;m using another (more difficult) tutorial.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ranga Jayasinghe		</title>
		<link>https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/#comment-1836</link>

		<dc:creator><![CDATA[ranga Jayasinghe]]></dc:creator>
		<pubDate>Fri, 25 Dec 2020 13:50:54 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=3586#comment-1836</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/#comment-1823&quot;&gt;peppe8o&lt;/a&gt;.

Dear Peppe8o
wish you a merry Christmas
Thanks for your prompt response. i think even without supervisor tab i manage to get some add-ons with HA core version. i wanted to integrate MQTT broker and i did after referring few online tutorials. but none of them are clear as your instructions.
i&#039;m trying to find where home assistant configuration.yaml located. i can find find file with same name at homeAssProd directory. but it doesn&#039;t look like usual yaml file.
i want to get duckDNS and integrate with home assistant. i couldn&#039;t find any tutorial on this written for home assistant core version.
it&#039;s appreciated if you can find sometime to work on this. many thanks again and  keep up your good job]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/#comment-1823">peppe8o</a>.</p>
<p>Dear Peppe8o<br />
wish you a merry Christmas<br />
Thanks for your prompt response. i think even without supervisor tab i manage to get some add-ons with HA core version. i wanted to integrate MQTT broker and i did after referring few online tutorials. but none of them are clear as your instructions.<br />
i&#8217;m trying to find where home assistant configuration.yaml located. i can find find file with same name at homeAssProd directory. but it doesn&#8217;t look like usual yaml file.<br />
i want to get duckDNS and integrate with home assistant. i couldn&#8217;t find any tutorial on this written for home assistant core version.<br />
it&#8217;s appreciated if you can find sometime to work on this. many thanks again and  keep up your good job</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/#comment-1823</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Wed, 23 Dec 2020 08:46:58 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=3586#comment-1823</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/#comment-1820&quot;&gt;Ranga Jayasinghe&lt;/a&gt;.

Thanking to your comment, I&#039;ve discovered that docker installation for home-assistant (beside on which platform is installed) is a core installation. Supervisor tab is available only on complete and manual installation (https://www.home-assistant.io/docs/installation/raspberry-pi/). Updated post title according.

Thank you]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/#comment-1820">Ranga Jayasinghe</a>.</p>
<p>Thanking to your comment, I&#8217;ve discovered that docker installation for home-assistant (beside on which platform is installed) is a core installation. Supervisor tab is available only on complete and manual installation (<a href="https://www.home-assistant.io/docs/installation/raspberry-pi/" rel="nofollow ugc">https://www.home-assistant.io/docs/installation/raspberry-pi/</a>). Updated post title according.</p>
<p>Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ranga Jayasinghe		</title>
		<link>https://peppe8o.com/install-home-assistant-in-raspberry-pi-with-docker/#comment-1820</link>

		<dc:creator><![CDATA[Ranga Jayasinghe]]></dc:creator>
		<pubDate>Wed, 23 Dec 2020 06:25:26 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=3586#comment-1820</guid>

					<description><![CDATA[This is one of the great tutorial. I did every thing as per your instructions and all is well.
Is there anyway to install add on on home assistant. I cannot find usual hass.io in web ui 
Many thanks]]></description>
			<content:encoded><![CDATA[<p>This is one of the great tutorial. I did every thing as per your instructions and all is well.<br />
Is there anyway to install add on on home assistant. I cannot find usual hass.io in web ui<br />
Many thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
