Hello,
I think input_X
entities should have a frontend_edit: false
parameter.
The reason is that they can then be used as displayable variables that are only written by automations/node red.
My use case is that my automation is setting an enumeration (input_select) from Node Red. I want to show the active state in lovelace, but I don’t want to be able to change it from the card.
Because sensor
doesn’t have a service that allows writes it can’t be used. This also requires creating a template to get the “enumeration” effect which is more work.