diff --git a/atom.xml b/atom.xml index 5a83ca9fb0..9b15f05390 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Entities also have a similar property state_attributes
, which normally doesn’t need to be defined by new platforms. This property is used by base components to add standard sets of attributes to a state. Example: The light component uses state_attributes
to add brightness to the state dictionary. If you are designing a new component, you should define state_attributes
instead.
To get your component included in the Home Assistant releases, follow the steps described in the Submitting improvements section. Basically you only need to move your component in the homeassistant/component/
directory of your fork and create a Pull Request.
To get your component included in the Home Assistant releases, follow the steps described in the Submit your work section. Basically you only need to move your component in the homeassistant/component/
directory of your fork and create a Pull Request.