Add support for com.fibaro.binarySensor to fibaro (#65446)

pull/72276/head
Steve HOLWEG 2022-05-23 12:33:25 +02:00 committed by GitHub
parent 9ecc96e31c
commit f6fab65f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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(