diff --git a/source/_cookbook/python_component_basic_state.markdown b/source/_cookbook/python_component_basic_state.markdown index d81d478ad16..1720868ed4d 100644 --- a/source/_cookbook/python_component_basic_state.markdown +++ b/source/_cookbook/python_component_basic_state.markdown @@ -95,7 +95,7 @@ def setup(hass, config): To add the latest feature of our component, update the entry in your `configuration.yaml` file. ```yaml -information: +hello_state: text: 'Hello, World!' ```