diff --git a/homeassistant/components/number/strings.json b/homeassistant/components/number/strings.json index d265b84c740..46db471305c 100644 --- a/homeassistant/components/number/strings.json +++ b/homeassistant/components/number/strings.json @@ -7,7 +7,26 @@ }, "entity_component": { "_": { - "name": "[%key:component::number::title%]" + "name": "[%key:component::number::title%]", + "state_attributes": { + "max": { + "name": "Maximum" + }, + "min": { + "name": "Minimum" + }, + "mode": { + "name": "Mode", + "state": { + "auto": "Automatic", + "box": "Box", + "slider": "Slider" + } + }, + "step": { + "name": "Step" + } + } }, "apparent_power": { "name": "[%key:component::sensor::entity_component::apparent_power::name%]"