mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
Update docs
This commit is contained in:
parent
97637ef244
commit
e33a609d40
22 changed files with 360 additions and 288 deletions
|
@ -10,6 +10,7 @@ if __name__ == "__main__":
|
|||
|
||||
from custom_components.hon.binary_sensor import BINARY_SENSORS
|
||||
from custom_components.hon.button import BUTTONS
|
||||
from custom_components.hon.light import LIGHTS
|
||||
from custom_components.hon.climate import CLIMATES
|
||||
from custom_components.hon.number import NUMBERS
|
||||
from custom_components.hon.select import SELECTS
|
||||
|
@ -50,6 +51,7 @@ entities = {
|
|||
"switch": SWITCHES,
|
||||
"climate": CLIMATES,
|
||||
"fan": FANS,
|
||||
"light": LIGHTS,
|
||||
}
|
||||
|
||||
result = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue