<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Homeassistant on 魔都水滴</title>
    <link>https://blog.margrop.net/tag/homeassistant/</link>
    <description>Recent content in Homeassistant on 魔都水滴</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sat, 29 May 2021 14:22:56 +0800</lastBuildDate>
    <atom:link href="https://blog.margrop.net/tag/homeassistant/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>AppDaemon （HADashboard）安装教程</title>
      <link>https://blog.margrop.net/post/how-to-install-appdaemon-hadashboard/</link>
      <pubDate>Sat, 29 May 2021 14:22:56 +0800</pubDate>
      <guid>https://blog.margrop.net/post/how-to-install-appdaemon-hadashboard/</guid>
      <description>&lt;h1 id=&#34;安装准备&#34;&gt;安装准备&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;HomeAssistant 访问地址，以及永久 Token&lt;/li&gt;&#xA;&lt;li&gt;Linux 运行环境&lt;/li&gt;&#xA;&lt;li&gt;Python3 运行环境（下面是基于 CentOS 7 的）&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yum install python3&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pip install -U pip3 setuptools&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>解决 HAVCS 在最新版本的 HomeAssistant 无法正常启动的问题，AttributeError: &#39;&#39;ApiConfig&#39;&#39; object has no attribute &#39;&#39;base_url</title>
      <link>https://blog.margrop.net/post/homeassistant-attributeerror-apiconfig-object-has-no-attribute-base_url/</link>
      <pubDate>Wed, 12 May 2021 18:12:02 +0800</pubDate>
      <guid>https://blog.margrop.net/post/homeassistant-attributeerror-apiconfig-object-has-no-attribute-base_url/</guid>
      <description>&lt;h1 id=&#34;不要频繁升级-ha2021年5月15日更新&#34;&gt;不要频繁升级 HA【2021年5月15日更新】&lt;/h1&gt;&#xA;&lt;p&gt;&lt;code&gt;强烈不建议升级到 core-2021.3.1 以及之后的版本，包括 core-2021.5.3&lt;/code&gt;&#xA;&lt;code&gt;从 core-2021.3.1 以后的版本有一些莫名的 bug，目前博主稳定使用的版本还是 core-2021.2.3&lt;/code&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;问题描述&#34;&gt;问题描述&lt;/h1&gt;&#xA;&lt;p&gt;博主最近把 &lt;code&gt;HomeAssistant&lt;/code&gt; 升级到最新版本后，&lt;code&gt;HAVCS&lt;/code&gt; 就无法正常启动了&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;code&gt;HomeAssistant&lt;/code&gt;正常运行&lt;code&gt;HAVCS&lt;/code&gt;的版本：core-2021.2.3&#xA;&lt;code&gt;HomeAssistant&lt;/code&gt;无法运行&lt;code&gt;HAVCS&lt;/code&gt;的版本：core-2021.5.3&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;查看 &lt;code&gt;HomeAssistant&lt;/code&gt; 的日志后发现，出现了一个错误&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;AttributeError: &amp;#39;ApiConfig&amp;#39; object has no attribute &amp;#39;base_url&amp;#39;&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>HomeAssistant 添加自定义的红外遥控器，并支持天猫精灵和小度小度</title>
      <link>https://blog.margrop.net/post/homeassistant-tian-jia-zi-ding-yi-de-hong-wai-yao-kong-qi-ji-yu-mi-jia-wan-neng-yao-kong-qi/</link>
      <pubDate>Wed, 12 May 2021 16:09:09 +0800</pubDate>
      <guid>https://blog.margrop.net/post/homeassistant-tian-jia-zi-ding-yi-de-hong-wai-yao-kong-qi-ji-yu-mi-jia-wan-neng-yao-kong-qi/</guid>
      <description>&lt;h1 id=&#34;准备工作&#34;&gt;准备工作&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;已联网的&lt;code&gt;米家万能遥控器&lt;/code&gt;，且已添加到&lt;code&gt;HomeAssistant&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;米家万能遥控器&lt;/code&gt;的&lt;code&gt;IP 地址&lt;/code&gt;和&lt;code&gt;token&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;code&gt;IP 地址&lt;/code&gt;如何获取？&#xA;在手机端打开&lt;code&gt;米家 APP&lt;/code&gt;，选择已绑定小米账号的设备&#xA;点击进入，然后点右上角的&lt;code&gt;...&lt;/code&gt;-&amp;gt;&lt;code&gt;更多设置&lt;/code&gt;-&amp;gt;&lt;code&gt;网络信息&lt;/code&gt;，即可查看设备的&lt;code&gt;IP 地址&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;code&gt;token&lt;/code&gt;如何获取？&#xA;参考1：&lt;a href=&#34;https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor&#34;&gt;使用开源工具导出小米Token&lt;/a&gt;&#xA;参考2：&lt;a href=&#34;https://www.home-assistant.io/integrations/xiaomi_miio/#retrieving-the-access-token&#34;&gt;Retrieving the Access Token&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>HomeAssistant 接入天猫精灵，2021年版本</title>
      <link>https://blog.margrop.net/post/homeassistant-access-aligenie-aliyun/</link>
      <pubDate>Mon, 10 May 2021 22:19:34 +0800</pubDate>
      <guid>https://blog.margrop.net/post/homeassistant-access-aligenie-aliyun/</guid>
      <description>不要频繁升级 HA【2021年5月15日更新】 强烈不建议升级到 core-2021.3.1 以及之后的版本，包括 core-2021.5.3 从 core-2021.3.1 以后的版本有一些莫名的 bug，目前博主稳定使用的版本还是 core-2021.2.3&#xA;天猫精灵平台： https://iot.aligenie.com/skill/home&#xA;阿里生活物联网平台： https://living.aliyun.com/</description>
    </item>
    <item>
      <title>HomeAssistant：常用的 HACS，Github 第三方支持库 Repo</title>
      <link>https://blog.margrop.net/post/homeassistant-github-support-repo/</link>
      <pubDate>Mon, 15 Mar 2021 08:56:00 +0800</pubDate>
      <guid>https://blog.margrop.net/post/homeassistant-github-support-repo/</guid>
      <description>&lt;h1 id=&#34;hacs&#34;&gt;HACS&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;HACS官方网站&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/hacs/integration&#34;&gt;https://github.com/hacs/integration&lt;/a&gt;&#xA;&lt;a href=&#34;https://hacs.xyz/&#34;&gt;https://hacs.xyz/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;HACS安装文档&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://hacs.xyz/docs/installation/installation&#34;&gt;https://hacs.xyz/docs/installation/installation&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>如何在Home Assistant里面安装HACS</title>
      <link>https://blog.margrop.net/post/install-hacs-in-home-assistant/</link>
      <pubDate>Fri, 19 Feb 2021 10:53:04 +0800</pubDate>
      <guid>https://blog.margrop.net/post/install-hacs-in-home-assistant/</guid>
      <description>&lt;h1 id=&#34;如果是虚拟机环境home-assistant-os&#34;&gt;如果是虚拟机环境（Home Assistant OS）&lt;/h1&gt;&#xA;&lt;p&gt;1.转到&lt;code&gt;Supervisor&lt;/code&gt;面板&#xA;2.安装一个SSH附加组件（需要在用户个人资料中启用&lt;code&gt;高级模式&lt;/code&gt;）&#xA;3.配置所选的SSH加载项&#xA;4.启动SSH附加组件&#xA;5.连接到SSH附加组件&#xA;6.运行HACS安装脚本&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;wget -q -O - https://hacs.xyz/install | bash -&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
