mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Add support for com.fibaro.binarySensor to fibaro (#65446)
This commit is contained in:
parent
9ecc96e31c
commit
f6fab65f60
@ -78,6 +78,7 @@ FIBARO_TYPEMAP = {
|
||||
"com.fibaro.FGT001": Platform.CLIMATE,
|
||||
"com.fibaro.thermostatDanfoss": Platform.CLIMATE,
|
||||
"com.fibaro.doorLock": Platform.LOCK,
|
||||
"com.fibaro.binarySensor": Platform.BINARY_SENSOR,
|
||||
}
|
||||
|
||||
DEVICE_CONFIG_SCHEMA_ENTRY = vol.Schema(
|
||||
|
Loading…
x
Reference in New Issue
Block a user