export default function SelectControl({ entity, disabled, onChange }) { // Keep the actual reported value visible even if HA changes its option list; // only current options are selectable or accepted by the server. return <> ; }