Hi everyone,
I have an app which uses the fan_speed capability. The capability options are below:
"capabilitiesOptions": {
"fan_speed": {
"min": 1,
"max": 30,
"step": 1,
"units": "",
"decimals": 0
}
}
The slider in the device panel shows up correctly, however, the auto-generated Flow cards show 3000% instead of 30. It doesn’t seem to follow the units correctly, and the values are also incorrect (3000 instead of 30). Does anyone have a fix for this? Is it possible to disable auto-generation for Flow cards (while still using system capabilites)?