diff --git a/source/_components/automation.markdown b/source/_components/automation.markdown index 0c841d24b6f..fe983d5c788 100644 --- a/source/_components/automation.markdown +++ b/source/_components/automation.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Automation --- diff --git a/source/_components/configurator.markdown b/source/_components/configurator.markdown index cce5fc6c935..d564089bc2c 100644 --- a/source/_components/configurator.markdown +++ b/source/_components/configurator.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -logo: configurator.png +logo: home-assistant.png ha_category: Other --- diff --git a/source/_components/conversation.markdown b/source/_components/conversation.markdown index fd6cd7d0510..7851621520d 100644 --- a/source/_components/conversation.markdown +++ b/source/_components/conversation.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -logoL conversation.png +logo: conversation.png ha_category: "Other" --- diff --git a/source/_components/device_sun_light_trigger.markdown b/source/_components/device_sun_light_trigger.markdown index 391b475c531..1b8cbc18655 100644 --- a/source/_components/device_sun_light_trigger.markdown +++ b/source/_components/device_sun_light_trigger.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Automation --- diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index 7815de51a2b..9f316298063 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -logo: discovery.png +logo: home-assistant.png ha_category: Other --- diff --git a/source/_components/group.markdown b/source/_components/group.markdown index 6fc90a36e50..57105769f34 100644 --- a/source/_components/group.markdown +++ b/source/_components/group.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Organization --- diff --git a/source/_components/history.markdown b/source/_components/history.markdown index 2ec3792e469..d2cd12b6f1b 100644 --- a/source/_components/history.markdown +++ b/source/_components/history.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: "History" --- diff --git a/source/_components/introduction.markdown b/source/_components/introduction.markdown index 7d1784f12bb..dabfd1b4557 100644 --- a/source/_components/introduction.markdown +++ b/source/_components/introduction.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -logo: introduction.png +logo: home-assistant.png ha_category: Other --- diff --git a/source/_components/logger.markdown b/source/_components/logger.markdown index 4cabab7b59a..e7a9935c9bd 100644 --- a/source/_components/logger.markdown +++ b/source/_components/logger.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -logo: logger.png +logo: home-assistant.png ha_category: "Other" --- diff --git a/source/_components/scene.markdown b/source/_components/scene.markdown index a887ecc06a0..083bd0c0a34 100644 --- a/source/_components/scene.markdown +++ b/source/_components/scene.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Organization --- diff --git a/source/_components/script.markdown b/source/_components/script.markdown index ecaf7ea65cc..033c51e70de 100644 --- a/source/_components/script.markdown +++ b/source/_components/script.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Automation --- diff --git a/source/_components/simple_alarm.markdown b/source/_components/simple_alarm.markdown index 726d3edea2e..f158203cec4 100644 --- a/source/_components/simple_alarm.markdown +++ b/source/_components/simple_alarm.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Alarm --- diff --git a/source/_components/zone.markdown b/source/_components/zone.markdown index 272b45b8235..ceada253041 100644 --- a/source/_components/zone.markdown +++ b/source/_components/zone.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +logo: home-assistant.png ha_category: Organization --- diff --git a/source/getting-started/automation.markdown b/source/getting-started/automation.markdown index dd252b41bae..1538529f1c5 100644 --- a/source/getting-started/automation.markdown +++ b/source/getting-started/automation.markdown @@ -138,6 +138,7 @@ We went over the basics of creating a home automation rule. From here no longer - Learn about [scripts](/components/script/) to help you trigger multiple actions and delays - Learn about [scenes](/components/scene/) to help you set many entities at once to your liking - Setup a [notification platform](/components/#notifications) to sent yourself messages + - For more advanced automation using Python, write your own [custom component](/developers/creating_components/).

Whenever you write the value on or off, surround it with quotes to avoid diff --git a/source/images/supported_brands/configurator.png b/source/images/supported_brands/configurator.png deleted file mode 100644 index 155b6e1b500..00000000000 Binary files a/source/images/supported_brands/configurator.png and /dev/null differ diff --git a/source/images/supported_brands/discovery.png b/source/images/supported_brands/discovery.png deleted file mode 100644 index df570c7b60c..00000000000 Binary files a/source/images/supported_brands/discovery.png and /dev/null differ diff --git a/source/images/supported_brands/introduction.png b/source/images/supported_brands/home-assistant.png similarity index 100% rename from source/images/supported_brands/introduction.png rename to source/images/supported_brands/home-assistant.png diff --git a/source/images/supported_brands/logger.png b/source/images/supported_brands/logger.png deleted file mode 100644 index 3a81ebdcd9f..00000000000 Binary files a/source/images/supported_brands/logger.png and /dev/null differ