Skip to content

banto6/haier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haier

本插件可将海尔智家中的设备接入HomeAssistant,理论上支持所有设备。

已支持实体

  • Switch
  • Number
  • Select
  • Sensor
  • Binary Sensor
  • Climate (Beta)

安装

方法1:下载并复制custom_components/haier文件夹到HomeAssistant根目录下的custom_components文件夹即可完成安装

方法2:已经安装了HACS,可以点击按钮快速安装 通过HACS添加集成

配置

配置 > 设备与服务 > 集成 > 添加集成 > 搜索haier

或者点击: 添加集成

调试

configuration.yaml中加入以下配置来打开调试日志。

logger:
  default: warn
  logs:
    custom_components.haier: debug