1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00

Add TRMNL integration (#165499)

This commit is contained in:
Joost Lekkerkerker
2026-03-14 16:17:19 +01:00
committed by GitHub
parent 54f96bcc33
commit 9d2febd24e
25 changed files with 820 additions and 0 deletions

View File

@@ -743,6 +743,7 @@ FLOWS = {
"trane",
"transmission",
"triggercmd",
"trmnl",
"tuya",
"twentemilieu",
"twilio",

View File

@@ -7244,6 +7244,12 @@
"config_flow": true,
"iot_class": "cloud_polling"
},
"trmnl": {
"name": "TRMNL",
"integration_type": "hub",
"config_flow": true,
"iot_class": "cloud_polling"
},
"tuya": {
"name": "Tuya",
"integration_type": "hub",