Closed robertklep closed 1 month ago
Bump.
I have configured
thermostat_mode
as follows:"capabilitiesOptions": { "thermostat_mode" : { "getable" : true, "setable" : false } }
However, making the capability non-settable doesn't prevent an action card for it being generated that allows setting. The card always fails though, because "Capability Not Setable" 🤦🏼♂️
Is there a way to prevent this card from being offered to the user?
As an aside: the correct spelling of the word is "settable".
No that's not possible. Wondering the use case here why use thermostat capability if it's not setable?
As a read-only (status) indicator.
I have configured
thermostat_mode
as follows:However, making the capability non-settable doesn't prevent an action card for it being generated that allows setting. The card always fails though, because "Capability Not Setable" 🤦🏼♂️
Is there a way to prevent this card from being offered to the user?
As an aside: the correct spelling of the word is "settable".