From 351963496b37ec688961f7a306fb30cfbf2b5f1e Mon Sep 17 00:00:00 2001 From: rpr69 Date: Thu, 16 Jun 2016 12:43:18 -0400 Subject: [PATCH] fix type (#561) --- source/_cookbook/python_component_basic_state.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!' ```