Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idreamshen/esphome-homekit-8266
esphome homekit 组件,适用于 esp8266
https://github.com/idreamshen/esphome-homekit-8266
8266 esp8266 esphome homeassistant homekit
Last synced: 3 months ago
JSON representation
esphome homekit 组件,适用于 esp8266
- Host: GitHub
- URL: https://github.com/idreamshen/esphome-homekit-8266
- Owner: idreamshen
- Created: 2024-06-28T05:40:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T06:22:40.000Z (6 months ago)
- Last Synced: 2024-09-29T22:47:39.967Z (3 months ago)
- Topics: 8266, esp8266, esphome, homeassistant, homekit
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Esphome Homekit 8266
## 介绍
这是一个 esp8266 的 esphome homekit 组件,致力于将 homekit 与 esphome 结合。目前仍处于早期版本## 支持的传感器类型
1. climate## yaml 例子
```yaml
esphome:
name: homekit-esp8266
friendly_name: homekit-esp8266
platformio_options:
board_build.f_cpu: 160000000L
build_flags:
- "-D HOMEKIT_LOG_LEVEL=0 -D ARDUINO_HOMEKIT_LOWROM"external_components:
- source:
type: git
url: https://github.com/idreamshen/esphome-homekit-8266
refresh : 5minesp8266:
board: esp01_1mlogger:
baud_rate: 0
level: NONEclimate:
- platform: xxxx
name: "AirCondition 1"homekit:
```