2024年11月24日星期日 下午5:04:59

Instructions on how to setup mijia Wifi devices within Home Assistant

1 年 前
#20130 引用
Instructions on how to setup mijia Wifi devices within Home Assistant

0
1 年 前
#20131 引用
You find the following repository structure:




.
+-- mi home app      
|   +-- Reset your ceiling light.
|   +-- Adding the Ceiling Light to your mi home app
|   +-- ...            
|   +-- ...             firmware update
|
+-- xiaomi miot auto integration -> mijia Wifi devices can be auto-discovered by HA?
|   +-- miio auto-discovered ?
|   +-- mDNS auto-discovered ?
|   +-- ...
+-- miio/miot  auto-discovered -> mijia Wifi devices can be auto-discovered by HA?
|   +-- miio auto-discovered ?
|   +-- mDNS auto-discovered ?
|   +-- ...
|
+-- features  Part of the runtime dependency resolver ("Karaf features")
|
+-- Yeelight integration Manual configuration .
|   +-- org.openhab.binding.astro.tests
|   +-- org.openhab.binding.avmfritz.tests
|   +-- ...
|
+-- src/etc   Auxilary buildsystem files: The license header for automatic checks for example
+-- tools     Static code analyser instructions
|
+-- CODEOWNERS  This file assigns people to directories so that they are informed if a pull-request
                would modify their add-ons.


0