From 66932f33f44f0f34069b5124868cdb964aea0211 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Fri, 27 Sep 2024 14:11:50 +0200 Subject: [PATCH] Rephrase --- source/_docs/configuration/state_object.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_docs/configuration/state_object.markdown b/source/_docs/configuration/state_object.markdown index f059eb7069f5..08ab4614d35e 100644 --- a/source/_docs/configuration/state_object.markdown +++ b/source/_docs/configuration/state_object.markdown @@ -66,9 +66,9 @@ The table lists some common state attributes that may be present, depending on t | `entity_picture` | URL to a picture that should be used instead of showing the domain icon. Example: `http://example.com/picture.jpg`. | | `assumed_state` | Boolean if the current state is an assumption. [More info](/blog/2016/02/12/classifying-the-internet-of-things/#classifiers) Example: `True`. | | `unit_of_measurement` | The unit of measurement the state is expressed in. Used for grouping graphs or understanding the entity. Example: `°C`. | -| `attribution` | Used to specify the provider of the data. For example, "Data provided by rejseplanen.dk", "Data provided by openSenseMap" | -| `device_class` | Specify the type of device that an entity represents. Used to display device specific information in the UI.| -| `supported_features` | Lists the features an entity supports. For covers, for example, it might list `opening`, `closing`, `stopping`, `setting position`. For media players, it might list `play`, `pause`, `stop`, and `volume control`| +| `attribution` | The provider of the data. For example, "Data provided by rejseplanen.dk", "Data provided by openSenseMap" | +| `device_class` | The type of device that an entity represents. Used to display device specific information in the UI.| +| `supported_features` | The features an entity supports. For covers, for example, it might list `opening`, `closing`, `stopping`, `setting position`. For media players, it might list `play`, `pause`, `stop`, and `volume control`| When an attribute contains spaces, you can retrieve it like this: `state_attr('sensor.livingroom', 'Battery numeric')`.