当前位置: 首页 > 软件库 > Web应用开发 > >

home-assistant.io

📘 Home Assistant User documentation
授权协议 View license
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 百里朝
操作系统 未知
开源组织
适用人群 未知
 软件概览

Home Assistant website

This is the source for the Home-Assistant.io website.

Setup

Setting up to contribute to documentation and the process for submitting pull requests is explained in the developer documentation.

Site preview

In order to make the preview available on http://127.0.0.1:4000, use the following bundler command:

bundle exec rake preview

If the preview is not running on your local machine, pass the IP of the target machine from where it should be served as a parameter, i.e. to access on http://192.168.0.123:4000:

bundle exec rake preview[192.168.0.123]

Speeding up site generation

Every release we post long changelogs to the website. This slows down generation of the website significantly! We include some tools to temporarily exclude the blog posts that you're not working on out of the way.

bundle exec rake isolate[filename-of-blogpost]

When you're done working on the site, run the following command to move the posts back again:

bundle exec rake integrate
  • 1.修改pip源为清华大学源 pip install pip -U pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 2.安装python依赖 sudo apt-get update sudo apt-get upgrade -y sudo apt-get install python3 python3

  • 测试了几种方式,最后用了docker方式在树莓派上安装,然后没有安装supervisor,具体原因后面详细说明。 第一种(放弃了),直接在树莓派的官方系统上用命令行安装,把python各种环境搞好,最关键的几行命令就是: pip3 install homeassistant hass --open-ui 鉴于国内网络情况,每一行都要等待很久,还有可能不成功。 我不小心成功了,但是发现里面没有安装s

  • 2017-09-05 00:53:02 https://home-assistant.io/docs/installation/raspberry-pi/ 已经安装步骤安装了带桌面的树莓派系统,在SD卡的根目录新建文件SSH.txt,然后删除后缀名.txt,将恶意SD插入树莓派,启动就可以使用SSH命令登录了。 sudo apt-get update sudo apt-get upgrade -y

  • 一,概述 在近一周的对智能家居的学习中,发现很多都是依赖于第三方的云平台,但是自己不想把所有设备信息放到互联网上,所以一直在寻求是否有本地的平台能够支撑智能家居的控制,最终发现了Home Assistant。 网上介绍HA的信息很多,就不再赘述,下面的网站可以参考一下: HA中文网:https://www.hachina.io HA官网:https://www.home-assistant.io

 相关资料
  • 欢迎走进 PWA 世界!! 简介 本书围绕着 PWA 以及周边技术,从概念入手,以实战的方式给读者讲述如何编写 PWA,以及如何编写体验最好、速度最快、安全的 PWA 站点。 本书主要从以下几个部分讲述 PWA。 设计与体验 基础技术 Service Worker 离线与缓存 用户留存 安全 性能 为什么写这本书 我们团队从成立到现在,已有 2 年,推出 LAVAS 和 MIP 也是我们的尝试之一

  • FECS (FrontEnd Code Style Suite) FECS 是基于 Node.js 的前端代码风格工具套件,包含对 JavaScript、CSS 与 HTML 的检查及格式化。 安装 $ [sudo] npm install fecs -g 代码检查 fecs-check 命令 各语言对应的工具 语言 使用的工具 备注 JavaScript eslint -- CSS csshin

  • Welcome to the Jerrydremaker.github.io wiki!

  • 家庭数据类型定义 Fieldsid (ID!) 家庭IDname (String!) 家庭名称userId (String!) 用户IDcreatedAt (String) 时间戳updatedAt (String) 时间戳

  • Project Glimpse: Node Edition Glimpse is an experimental npm package that gives you in-depth insights about the client and server sides of your Node.js apps. More efficient debugging means faster deve

  • Home Assistant 是一款在 Python 3 上运行的家庭自动化平台。能够跟踪和控制家庭中的所有设备,并提供自动化控制平台。 Home Assistant 有一个简单的、适合移动设备的界面来控制你的所有设备,且不会将任何数据存储在云端,以保护个人隐私。 快速启动 python3 -m pip install homeassistanthass --open-ui Demo 地址: ht