Skip to content

Commit 028eac0

Browse files
AshtonTXLandrash
authored andcommitted
Update development_states.markdown (home-assistant#3528)
Changed typo of entitiy to entity.
1 parent 73c0ba3 commit 028eac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/development_states.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ footer: true
1111

1212
Home Assistant keeps track of the states of entities in a state machine. The state machine has very few requirements:
1313

14-
- Each state is related to an entitiy identified by an entity id. This id is made up of a domain and an object id. For example `light.kitchen_ceiling`. You can make up any combination of domain and object id, even overwriting existing states.
14+
- Each state is related to an entity identified by an entity id. This id is made up of a domain and an object id. For example `light.kitchen_ceiling`. You can make up any combination of domain and object id, even overwriting existing states.
1515
- Each state has a primary attribute that describes the state of the entity. In the case of a light this could be for example "on" and "off". You can store anything you want in the state, as long as it's a string (will be converted if it's not).
1616
- You can store more information about an entity by setting attributes. Attributes is a dictionary that can contain any data that you want. The only requirement is that it's JSON serializable, so you're limited to numbers, strings, dictionaries and lists.
1717

0 commit comments

Comments
 (0)