remove 'float'

This commit is contained in:
caibinqing 2025-03-27 10:37:44 +08:00
parent 1dc376887f
commit 247ebf77d2
No known key found for this signature in database

View File

@ -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': {