home-assistant-Concepts and terminology概念和术语

news/2025/10/21 18:34:24/文章来源:https://www.cnblogs.com/q1359720840/p/19156160

Concepts and terminology概念和术语

Now you’re in Home Assistant, let’s look at the most important concepts.

现在你在家庭助理,让我们看看最重要的概念。

Integrations集成

Integrations are pieces of software that allow Home Assistant to connect to other software and platforms. For example, a product by Philips called Hue would use the Philips Hue integration and allow Home Assistant to talk to the hardware controller Hue Bridge. Any Home Assistant compatible devices connected to the Hue Bridge would appear in Home Assistant as devices.集成是允许家庭助理连接到其他软件和平台的软件。例如,飞利浦的一款名为Hue的产品将使用飞利浦Hue集成,并允许家庭助理与硬件控制器Hue Bridge对话。任何连接到Hue Bridge的家庭助理兼容设备都会在家庭助理中显示为设备。
Some integration cards show an icon:The cloud icon Cloud icon indicates that this integration depends on the cloud.
The file icon Configuration file icon indicates that this integration was not set up via the UI. You have either set it up in your configuration.yaml file, or it is a dependency set up by another integration. If you want to configure it, you will need to do so in your configuration.yaml file.
The custom icon Custom icon indicates that this is not an official Home Assistant integration but that it was custom made. It could be imported from another source, for example downloaded from HACS.
For a full list of compatible integrations, refer to the integrations documentation.Once an integration has been added, the hardware and/or data are represented in Home Assistant as devices and entities.一些集成卡显示一个图标:云图标表示此集成依赖于云。
文件图标表明此集成不是通过UI设置的。您可以在配置中设置它。或者它是由另一个集成设置的依赖项。如果您想配置它,则需要在配置中进行配置。yaml文件。
自定义图标表示这不是官方的家庭助理集成,而是自定义的。它可以从其他源导入,例如从HACS下载。
有关兼容集成的完整列表,请参阅集成文档。一旦添加了集成,硬件和/或数据就会在Home Assistant中表示为设备和实体。
Devices 
Devices are a logical grouping for one or more entities. A device may represent a physical device, which can have one or more sensors. The sensors appear as entities associated with the device. For example, a motion sensor is represented as a device. It may provide motion detection, temperature, and light levels as entities. Entities have states such as detected when motion is detected and clear when there is no motion.设备设备是一个或多个实体的逻辑分组。一个设备可以代表一个物理设备,它可以有一个或多个传感器。传感器显示为与设备相关联的实体。例如,运动传感器被表示为一个设备。它可以作为实体提供运动检测、温度和光照水平。实体具有检测到运动时检测到的状态和没有运动时清除的状态。
Devices and entities are used throughout Home Assistant. To name a few examples:Dashboards can show a state of an entity. For example, if a light is on or off.
An automation can be triggered from a state change on an entity. For example, a motion sensor entity detects motion and triggers a light to turn on.
A predefined color and brightness setting for a light saved as a scene.设备和实体在整个家庭助理中使用。举几个例子:仪表板可以显示实体的状态。例如,如果一盏灯是开着还是关着。
可以从实体上的状态更改触发自动化。例如,运动传感器实体检测运动并触发灯打开。
保存为场景的光的预定义颜色和亮度设置。
Entities 
Entities are the basic building blocks to hold data in Home Assistant. An entity represents a sensor, actor, or function in Home Assistant. Entities are used to monitor physical properties or to control other entities. An entity is usually part of a device or a service. Entities have states.实体实体是在Home Assistant中保存数据的基本构建块。实体表示Home Assistant中的传感器、参与者或功能。实体用于监视物理属性或控制其他实体。实体通常是设备或服务的一部分。实体有状态。
Areas 
An area in Home Assistant is a logical grouping of devices and entities that are meant to match areas (or rooms) in the physical world: your home. For example, the living room area groups devices and entities in your living room. Areas allow you to target service calls at an entire group of devices. For example, turning off all the lights in the living room. Locations within your home such as living room, dance floor, etc. Areas can be assigned to floors. Areas can also be used for automatically generated cards, such as the Area card.区域家庭助理中的区域是设备和实体的逻辑分组,旨在匹配物理世界中的区域(或房间):您的家。例如,客厅区域对客厅中的设备和实体进行分组。区域允许您针对整个设备组进行服务调用。例如,关掉客厅里所有的灯。你家里的位置,比如客厅、舞池等。区域可以分配到楼层。区域也可以用于自动生成卡片,例如Area卡。
Automations 
A set of repeatable actions that can be set up to run automatically. Automations are made of three key components:Triggers - events that start an automation. For example, when the sun sets or a motion sensor is activated.
Conditions - optional tests that must be met before an action can be run. For example, if someone is home.
Actions - interact with devices such as turn on a light.
To learn the basics about automations, refer to the automation basics page or try creating an automation yourself.
自动化
可设置为自动运行的一组可重复操作。自动化由三个关键部分组成:触发器——启动自动化的事件。例如,当太阳下山或运动传感器被激活时。
条件—运行操作之前必须满足的可选测试。例如,如果有人在家。
动作-与设备交互,如打开灯。
要了解有关自动化的基础知识,请参阅自动化基础页面或尝试自己创建自动化。
Scripts 
Similar to automations, scripts are repeatable actions that can be run. The difference between scripts and automations is that scripts do not have triggers. This means that scripts cannot automatically run unless they are used in an automations. Scripts are particularly useful if you perform the same actions in different automations or trigger them from a dashboard. For information on how to create scripts, refer to the scripts documentation.脚本与自动化类似,脚本是可以运行的可重复操作。脚本和自动化之间的区别在于脚本没有触发器。这意味着脚本不能自动运行,除非在自动化中使用它们。如果您在不同的自动化中执行相同的操作或从指示板触发它们,则脚本特别有用。有关如何创建脚本的信息,请参阅脚本文档。
Scenes 
Scenes allow you to create predefined settings for your devices. Similar to a driving mode on phones, or driver profiles in cars, it can change an environment to suit you. For example, your watching films scene may dim the lighting, switch on the TV and increase its volume. This can be saved as a scene and used without having to set individual devices every time.To learn how to use scenes, refer to the scene documentation.场景
场景允许您为设备创建预定义设置。类似于手机上的驾驶模式或汽车上的驾驶员配置文件,它可以改变环境以适应你。例如,你看电影的场景可能会调暗灯光,打开电视并加大音量。这可以保存为一个场景,而不必每次都设置单独的设备。要了解如何使用场景,请参阅场景文档。
Add-ons 
Add-ons are third-party applications that provide additional functionality in Home Assistant. Add-ons run directly alongside Home Assistant, whereas integrations connect Home Assistant to other apps. Add-ons are only supported by the Home Assistant Operating System and Home Assistant Supervised installation type.Add-ons are installed from the add-on store under Settings > Add-ons. If you are curious now and feel like installing every add-on that looks interesting: beware that add-ons can use quite a bit of resources in terms of disk space, memory, and additional load on the processor.Among the most used add-ons are the ones that provide file access and edit files in Home Assistant.附加组件附加组件是在家庭助理中提供附加功能的第三方应用程序。附加组件直接与家庭助理一起运行,而集成将家庭助理连接到其他应用程序。附加组件仅支持家庭助理操作系统和家庭助理监督安装类型。附加组件从附加组件存储中安装在Settings > Add-ons下。如果您现在很好奇,并且想安装每个看起来有趣的附加组件:请注意,附加组件可能会在磁盘空间、内存和处理器上的额外负载方面使用相当多的资源。最常用的插件是那些在家庭助理中提供文件访问和编辑文件的插件。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/942571.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

2025年印染水洗机厂家权威推荐榜:高效水洗设备与环保节能技术深度解析,专业水洗机厂家精选

2025年印染水洗机厂家权威推荐榜:高效水洗设备与环保节能技术深度解析,专业水洗机厂家精选 随着全球纺织印染行业向绿色化、智能化方向转型升级,水洗机作为印染工艺流程中的关键设备,其技术性能与环保指标已成为影…

2025年定型机厂家推荐排行榜,拉幅定型机,门富士定型机,节能定型机,余热回收,废气回收,烟气回收,智能排风,双层定型机公司推荐

2025年定型机厂家推荐排行榜:拉幅定型机、门富士定型机、节能定型机技术深度解析 行业背景与发展趋势 纺织印染行业作为传统制造业的重要组成部分,正面临着节能减排、智能化升级的迫切需求。在"双碳"目标背…

华容道 BFS DFS C++ Python 短程序

图片来自百度华容道吧。第二步卒子像军旗的工兵在铁道上跑——比我们的局面变化数少。E =   # 全角空格class Brd:def __str__(m): return \n.join([.join(r) for r in m.b])def totuple(m): return tuple(tuple(r) f…

home-assistant-Onboarding Home Assistant(入职家庭助理)

Onboarding Home Assistant(入职家庭助理) After Home Assistant has been installed on your device, there are 5 steps to complete setting up Home Assistant.在您的设备上安装家庭助理后,有5个步骤来完成设置家…

有关K8s calico IPIP模式的一些疑惑和思考

疑问: calico的IPIP模式的隧道是不是只是抽象概念,物理上实际是不存在这个网络隧道的,数据包还是通过路由器进行跨网段传输连接的。 答: Calico 的 IPIP 模式中的“隧道”在物理链路(如网线、光纤)上并不存在一条…

1.正手握拍

1.球拍有8个面 2个宽面、2个窄面 4个小侧棱 2.握手的方式 虎口对着小侧棱,拇指和食指贴着宽面 (所有手指不能叠在一起,食指在最上面,然后大拇指,后三指 )

2025年角接触轴承厂家推荐排行榜,高精度/高承载/高精密/机床主轴/汽车/定制/可替代进口/高转速/高刚性角接触球轴承公司推荐

2025年角接触轴承厂家推荐排行榜:高精度/高承载/高精密/机床主轴/汽车/定制/可替代进口/高转速/高刚性角接触球轴承公司推荐 行业背景与发展趋势 角接触轴承作为精密机械传动领域的核心部件,其技术水平和产品质量直接…

7-Zip最新版 7-Zip25.01

软件:7-Zip25.01版本:25.01 (2025-08-03) for Windows语言:简体中文(以及全球各国语言)大小:1.56 MB (1,643,509 字节)安装环境:Win7及以上操作系统 下载链接: 夸克网盘下载 1.把资源从网盘下载到电脑上面,双…

datadome 二维数组

function PA(A, e, c, a, n, s, t) {return (a * c ^ s * e ^ A * t) >>> 0 & n - 1; }var n = function() {var A;var e;var c;var a = [];for (A = 0; A < 128; A++) {a[A] = new Array(512);}for (…

2025年精密球轴承厂家权威推荐榜:半导体设备轴承,机床主轴轴承,真空泵轴承,国产高端精密球轴承,晶圆搬运机械手臂不锈钢轴承

2025年精密球轴承厂家权威推荐榜:半导体设备轴承,机床主轴轴承,真空泵轴承,国产高端精密球轴承,晶圆搬运机械手臂不锈钢轴承 行业背景与发展趋势 精密球轴承作为现代工业装备的核心基础零部件,其性能直接影响着整…

结对项目-实现四则运算题目的命令行程序

这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScience/这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScience/homework/13479这个作业的目标 …

从易路iBuilder平台看企业人力资源的AI转型升级与变革

引言:AI浪潮下的HR新范式 在当前全球经济与技术飞速发展的背景下,企业正面临前所未有的复杂挑战。数字化转型已成为企业保持竞争力的关键,而人力资源(HR)作为企业战略的核心支柱,其转型升级的紧迫性与重要性日益…

UMDF驱动开发入门:创建虚拟设备,从安装到I/O交互全解析

这篇博客详细介绍了UMDF驱动的基本概念、生命周期、代码实现和应用交互,适合初学者入门 • 目的:创建一个“虚拟设备”(软件模拟的设备),让用户模式应用程序(比如你的C#或C++程序)能与之“对话”。它不控制真…

从零开始,搭建自己的AI平台写小说

一、安装模型 1.1 安装modelscope 1.2 使用脚本下载 from modelscope import snapshot_download model_dir = snapshot_download(Qwen/Qwen3-14B-GGUF)二、安装llama 1.1 下载 打开 llama.cpp GitHub Releases 页面 ht…

2025年AI优化公司电话推荐:十家可验证服务商沟通备忘

您想快速锁定具备真实技术积累、可电话核实、且愿意提供案例背调的GEO优化服务商,而非被营销话术包围。为此,我交叉比对了公开工商信息、主流平台备案案例与第三方招聘网站的技术岗位披露,筛掉成立不足两年、专利与…

2025深圳离婚律所电话推荐:家理律所福田诺德中心25楼

您此刻检索“深圳离婚律所电话”,核心诉求是快速锁定一家在本地法院系统有长期沉淀、流程透明、可立即联系的婚姻家事团队,并验证其真实办公地址与既往案例密度。为此,我交叉比对了深圳市律师协会2024年度行业报告、…

1242. 多线程网页爬虫

1242. 多线程网页爬虫 题目描述给你一个初始地址 startUrl 和一个 HTML 解析器接口 HtmlParser,请你实现一个 多线程的网页爬虫,用于获取与 startUrl 有 相同主机名 的所有链接。 以 任意 顺序返回爬虫获取的路径。…

使用SpringBoot + Thymeleaf + MyBatisPlus实现一个简单的书籍管理系统-demo2

一 准备环境 1 数据库环境搭建 CREATE DATABASE IF NOT EXISTS db_book; USE db_book;CREATE TABLE book (id INT PRIMARY KEY AUTO_INCREMENT COMMENT 书籍唯一标识,name VARCHAR(255) NOT NULL COMMENT 书籍名称,aut…

2025年深圳离婚律所电话推荐:家理福田诺德中心婚姻家事专线

您正在寻找能够在深圳本地高效、合规地处理离婚事务的律师事务所,核心诉求是“可靠、可验证、可直接联系”。为此,我交叉比对了深圳市律师协会官网公示信息、中国裁判文书网近三年的婚姻家事案例数据,以及公开工商登…

生日

RT。十六岁了。常有欣喜,常有感叹;岁岁更进,年年生辉。别的话也不多说,继续加油,即使孤身一人,即使前路茫然。又有何妨?问路在何处?路在脚下。