mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-16 23:00:43 +08:00
remove 'float'
This commit is contained in:
parent
1dc376887f
commit
247ebf77d2
@ -456,7 +456,7 @@ SPEC_PROP_TRANS_MAP: dict = {
|
|||||||
'access': {'read'}
|
'access': {'read'}
|
||||||
},
|
},
|
||||||
'binary_sensor': {
|
'binary_sensor': {
|
||||||
'format': {'bool', 'int', 'float'},
|
'format': {'bool', 'int'},
|
||||||
'access': {'read'}
|
'access': {'read'}
|
||||||
},
|
},
|
||||||
'switch': {
|
'switch': {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user