From ecce31bb7affe2c1ca14ff0a8346dec5210b6f0d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 6 Mar 2020 15:35:09 +0100 Subject: [PATCH] Remove logo frontmatter for all internal integration (#12283) --- source/_integrations/alarm_control_panel.markdown | 1 - source/_integrations/alert.markdown | 1 - source/_integrations/api.markdown | 1 - source/_integrations/auth.markdown | 1 - source/_integrations/automation.markdown | 1 - source/_integrations/bayesian.markdown | 1 - source/_integrations/binary_sensor.markdown | 1 - source/_integrations/browser.markdown | 1 - source/_integrations/camera.markdown | 1 - source/_integrations/cert_expiry.markdown | 1 - source/_integrations/climate.markdown | 1 - source/_integrations/config.markdown | 1 - source/_integrations/configurator.markdown | 1 - source/_integrations/conversation.markdown | 1 - source/_integrations/counter.markdown | 1 - source/_integrations/cover.markdown | 1 - source/_integrations/default_config.markdown | 1 - source/_integrations/demo.markdown | 1 - source/_integrations/device_automation.markdown | 1 - source/_integrations/device_sun_light_trigger.markdown | 1 - source/_integrations/device_tracker.markdown | 1 - source/_integrations/discovery.markdown | 1 - source/_integrations/dnsip.markdown | 1 - source/_integrations/downloader.markdown | 1 - source/_integrations/emulated_hue.markdown | 1 - source/_integrations/emulated_roku.markdown | 1 - source/_integrations/fan.markdown | 1 - source/_integrations/filter.markdown | 1 - source/_integrations/flux.markdown | 1 - source/_integrations/folder_watcher.markdown | 1 - source/_integrations/frontend.markdown | 1 - source/_integrations/generic_thermostat.markdown | 1 - source/_integrations/group.markdown | 1 - source/_integrations/history.markdown | 1 - source/_integrations/history_stats.markdown | 1 - source/_integrations/homeassistant.markdown | 1 - source/_integrations/input_boolean.markdown | 1 - source/_integrations/input_datetime.markdown | 1 - source/_integrations/input_number.markdown | 1 - source/_integrations/input_select.markdown | 1 - source/_integrations/input_text.markdown | 1 - source/_integrations/intent_script.markdown | 1 - source/_integrations/lacrosse.markdown | 1 - source/_integrations/light.markdown | 1 - source/_integrations/local_ip.markdown | 1 - source/_integrations/lock.markdown | 1 - source/_integrations/logger.markdown | 1 - source/_integrations/manual.markdown | 1 - source/_integrations/manual_mqtt.markdown | 1 - source/_integrations/map.markdown | 1 - source/_integrations/media_extractor.markdown | 1 - source/_integrations/media_player.markdown | 1 - source/_integrations/min_max.markdown | 1 - source/_integrations/mjpeg.markdown | 1 - source/_integrations/mobile_app.markdown | 1 - source/_integrations/mold_indicator.markdown | 1 - source/_integrations/moon.markdown | 1 - source/_integrations/notify.markdown | 1 - source/_integrations/onboarding.markdown | 1 - source/_integrations/otp.markdown | 1 - source/_integrations/panel_custom.markdown | 1 - source/_integrations/panel_iframe.markdown | 1 - source/_integrations/persistent_notification.markdown | 1 - source/_integrations/person.markdown | 1 - source/_integrations/picotts.markdown | 1 - source/_integrations/ping.markdown | 1 - source/_integrations/plant.markdown | 1 - source/_integrations/proximity.markdown | 1 - source/_integrations/python_script.markdown | 1 - source/_integrations/qrcode.markdown | 1 - source/_integrations/random.markdown | 1 - source/_integrations/recorder.markdown | 1 - source/_integrations/rss_feed_template.markdown | 1 - source/_integrations/safe_mode.markdown | 1 - source/_integrations/scene.markdown | 1 - source/_integrations/scrape.markdown | 1 - source/_integrations/script.markdown | 1 - source/_integrations/search.markdown | 1 - source/_integrations/season.markdown | 1 - source/_integrations/sensor.markdown | 1 - source/_integrations/serial.markdown | 1 - source/_integrations/seven_segments.markdown | 1 - source/_integrations/shell_command.markdown | 1 - source/_integrations/shopping_list.markdown | 1 - source/_integrations/simulated.markdown | 1 - source/_integrations/ssdp.markdown | 1 - source/_integrations/statistics.markdown | 1 - source/_integrations/stream.markdown | 1 - source/_integrations/sun.markdown | 1 - source/_integrations/switch.markdown | 1 - source/_integrations/system_health.markdown | 1 - source/_integrations/system_log.markdown | 1 - source/_integrations/template.markdown | 1 - source/_integrations/threshold.markdown | 1 - source/_integrations/time_date.markdown | 1 - source/_integrations/timer.markdown | 1 - source/_integrations/tod.markdown | 1 - source/_integrations/trend.markdown | 1 - source/_integrations/universal.markdown | 1 - source/_integrations/updater.markdown | 1 - source/_integrations/uptime.markdown | 1 - source/_integrations/version.markdown | 1 - source/_integrations/weather.markdown | 1 - source/_integrations/websocket_api.markdown | 1 - source/_integrations/workday.markdown | 1 - source/_integrations/worldclock.markdown | 1 - source/_integrations/zeroconf.markdown | 1 - source/_integrations/zone.markdown | 1 - 108 files changed, 108 deletions(-) diff --git a/source/_integrations/alarm_control_panel.markdown b/source/_integrations/alarm_control_panel.markdown index 486eecd886f..f2d52d2aafd 100644 --- a/source/_integrations/alarm_control_panel.markdown +++ b/source/_integrations/alarm_control_panel.markdown @@ -1,7 +1,6 @@ --- title: Alarm Control Panel description: Instructions on how to integrate Alarm Control Panels into Home Assistant. -logo: home-assistant.png ha_category: - Alarm ha_release: 0.7.3 diff --git a/source/_integrations/alert.markdown b/source/_integrations/alert.markdown index e40770cb991..a8f75b5db61 100644 --- a/source/_integrations/alert.markdown +++ b/source/_integrations/alert.markdown @@ -1,7 +1,6 @@ --- title: Alert description: Instructions on how to setup automatic alerts within Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.38 diff --git a/source/_integrations/api.markdown b/source/_integrations/api.markdown index 867ff9c9a58..a2ac0becc0c 100644 --- a/source/_integrations/api.markdown +++ b/source/_integrations/api.markdown @@ -1,7 +1,6 @@ --- title: Home Assistant API description: Instructions on how to setup the RESTful API within Home Assistant. -logo: home-assistant.png ha_category: - Other ha_release: 0.7 diff --git a/source/_integrations/auth.markdown b/source/_integrations/auth.markdown index 4456d6ae114..2d3f7e9bf7c 100644 --- a/source/_integrations/auth.markdown +++ b/source/_integrations/auth.markdown @@ -1,7 +1,6 @@ --- title: Auth description: This integration is responsible for providing the authentication endpoints. -logo: home-assistant.png ha_category: - Other ha_release: 0.73 diff --git a/source/_integrations/automation.markdown b/source/_integrations/automation.markdown index be7cb45e6f9..a7194c8d9f7 100644 --- a/source/_integrations/automation.markdown +++ b/source/_integrations/automation.markdown @@ -1,7 +1,6 @@ --- title: Automation description: Instructions on how to setup automation within Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.7 diff --git a/source/_integrations/bayesian.markdown b/source/_integrations/bayesian.markdown index 2ea7aabe699..89403363fd5 100644 --- a/source/_integrations/bayesian.markdown +++ b/source/_integrations/bayesian.markdown @@ -1,7 +1,6 @@ --- title: Bayesian description: Instructions on how to integrate threshold Bayesian sensors into Home Assistant. -logo: home-assistant.png ha_category: - Utility ha_iot_class: Local Polling diff --git a/source/_integrations/binary_sensor.markdown b/source/_integrations/binary_sensor.markdown index 02cba42247e..c312c542114 100644 --- a/source/_integrations/binary_sensor.markdown +++ b/source/_integrations/binary_sensor.markdown @@ -1,7 +1,6 @@ --- title: Binary Sensor description: Instructions on how-to setup binary sensors with Home Assistant. -logo: home-assistant.png ha_category: - Binary Sensor ha_release: 0.9 diff --git a/source/_integrations/browser.markdown b/source/_integrations/browser.markdown index e5f9b723d07..9c95044764f 100644 --- a/source/_integrations/browser.markdown +++ b/source/_integrations/browser.markdown @@ -1,7 +1,6 @@ --- title: Browser description: Instructions on how to setup the browser integration with Home Assistant. -logo: home-assistant.png ha_category: - Utility ha_release: pre 0.7 diff --git a/source/_integrations/camera.markdown b/source/_integrations/camera.markdown index a2272cfc1a1..2a6ea0b9884 100644 --- a/source/_integrations/camera.markdown +++ b/source/_integrations/camera.markdown @@ -1,7 +1,6 @@ --- title: Camera description: Instructions on how to integrate cameras within Home Assistant. -logo: home-assistant.png ha_category: - Camera ha_release: 0.7 diff --git a/source/_integrations/cert_expiry.markdown b/source/_integrations/cert_expiry.markdown index c58aa597f9c..3070338bddf 100644 --- a/source/_integrations/cert_expiry.markdown +++ b/source/_integrations/cert_expiry.markdown @@ -1,7 +1,6 @@ --- title: Certificate Expiry description: Instructions on how to set up HTTPS (SSL) certificate expiry sensors within Home Assistant. -logo: home-assistant.png ha_category: - Network ha_release: 0.44 diff --git a/source/_integrations/climate.markdown b/source/_integrations/climate.markdown index b50339ba496..5956c1b6c3f 100644 --- a/source/_integrations/climate.markdown +++ b/source/_integrations/climate.markdown @@ -1,7 +1,6 @@ --- title: Climate description: Instructions on how to setup climate control devices within Home Assistant. -logo: home-assistant.png ha_category: - Climate ha_release: 0.19 diff --git a/source/_integrations/config.markdown b/source/_integrations/config.markdown index 1c79efb4ae2..8f24cfdd54b 100644 --- a/source/_integrations/config.markdown +++ b/source/_integrations/config.markdown @@ -1,7 +1,6 @@ --- title: Configuration description: Instructions on how to setup the configuration panel for Home Assistant. -logo: home-assistant.png ha_category: - Front End ha_release: 0.39 diff --git a/source/_integrations/configurator.markdown b/source/_integrations/configurator.markdown index f1ae87cbdd2..679a8bc13ac 100644 --- a/source/_integrations/configurator.markdown +++ b/source/_integrations/configurator.markdown @@ -1,7 +1,6 @@ --- title: Configurator description: Instructions on how to integrate the configurator in your components. -logo: home-assistant.png ha_category: - Other ha_release: 0.7 diff --git a/source/_integrations/conversation.markdown b/source/_integrations/conversation.markdown index f8fd994e544..696dd114ab6 100644 --- a/source/_integrations/conversation.markdown +++ b/source/_integrations/conversation.markdown @@ -1,7 +1,6 @@ --- title: Conversation description: Instructions on how to have conversations with your Home Assistant. -logo: home-assistant.png ha_category: - Voice ha_release: 0.7 diff --git a/source/_integrations/counter.markdown b/source/_integrations/counter.markdown index 887d69d9104..026151eaed4 100644 --- a/source/_integrations/counter.markdown +++ b/source/_integrations/counter.markdown @@ -1,7 +1,6 @@ --- title: Counter description: Instructions on how to integrate counters into Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.53 diff --git a/source/_integrations/cover.markdown b/source/_integrations/cover.markdown index 03498854e40..d3e9901c3f7 100644 --- a/source/_integrations/cover.markdown +++ b/source/_integrations/cover.markdown @@ -1,7 +1,6 @@ --- title: Cover description: Instructions on how to integrate covers into Home Assistant. -logo: home-assistant.png ha_category: - Cover ha_release: 0.27 diff --git a/source/_integrations/default_config.markdown b/source/_integrations/default_config.markdown index ffa17e796f5..546e3186420 100644 --- a/source/_integrations/default_config.markdown +++ b/source/_integrations/default_config.markdown @@ -1,7 +1,6 @@ --- title: Default Config description: The default configuration integration will initiate a default configuration for Home Assistant. -logo: home-assistant.png ha_category: - Other ha_release: 0.88 diff --git a/source/_integrations/demo.markdown b/source/_integrations/demo.markdown index 30f565f83e9..86c86f09cd9 100644 --- a/source/_integrations/demo.markdown +++ b/source/_integrations/demo.markdown @@ -1,7 +1,6 @@ --- title: Demo description: Instructions on how to use the Platform demos with Home Assistant. -logo: home-assistant.png ha_category: - Other ha_release: 0.7 diff --git a/source/_integrations/device_automation.markdown b/source/_integrations/device_automation.markdown index d536d4e1d17..90b57539d3f 100644 --- a/source/_integrations/device_automation.markdown +++ b/source/_integrations/device_automation.markdown @@ -1,6 +1,5 @@ --- title: Device Automation -logo: home-assistant.png ha_category: - Automation ha_release: 0.7 diff --git a/source/_integrations/device_sun_light_trigger.markdown b/source/_integrations/device_sun_light_trigger.markdown index 28632f50333..6ff8ccde1d2 100644 --- a/source/_integrations/device_sun_light_trigger.markdown +++ b/source/_integrations/device_sun_light_trigger.markdown @@ -1,7 +1,6 @@ --- title: Presence-based Lights description: Instructions on how to automate your lights with Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: pre 0.7 diff --git a/source/_integrations/device_tracker.markdown b/source/_integrations/device_tracker.markdown index 9028ef6b56b..608bfa4b033 100644 --- a/source/_integrations/device_tracker.markdown +++ b/source/_integrations/device_tracker.markdown @@ -1,7 +1,6 @@ --- title: Device Tracker description: Instructions on how to setup device tracking within Home Assistant. -logo: home-assistant.png ha_category: - Presence Detection ha_release: 0.7 diff --git a/source/_integrations/discovery.markdown b/source/_integrations/discovery.markdown index e27097dcff0..fa4c8d2c67f 100644 --- a/source/_integrations/discovery.markdown +++ b/source/_integrations/discovery.markdown @@ -1,7 +1,6 @@ --- title: Discovery description: Instructions on how to setup Home Assistant to discover new devices. -logo: home-assistant.png ha_category: - Other ha_release: 0.7 diff --git a/source/_integrations/dnsip.markdown b/source/_integrations/dnsip.markdown index e99bea2bf3d..66409b61cd1 100644 --- a/source/_integrations/dnsip.markdown +++ b/source/_integrations/dnsip.markdown @@ -1,7 +1,6 @@ --- title: DNS IP description: Instructions on how to integrate a DNS IP sensor into Home Assistant. -logo: home-assistant.png ha_category: - Network ha_iot_class: Cloud Polling diff --git a/source/_integrations/downloader.markdown b/source/_integrations/downloader.markdown index 195d126dd61..2157bfaee00 100644 --- a/source/_integrations/downloader.markdown +++ b/source/_integrations/downloader.markdown @@ -1,7 +1,6 @@ --- title: Downloader description: Instructions on how to setup the downloader integration with Home Assistant. -logo: home-assistant.png ha_category: - Downloading ha_release: pre 0.7 diff --git a/source/_integrations/emulated_hue.markdown b/source/_integrations/emulated_hue.markdown index 41edbd46323..31d8f2170e0 100644 --- a/source/_integrations/emulated_hue.markdown +++ b/source/_integrations/emulated_hue.markdown @@ -1,7 +1,6 @@ --- title: Emulated Hue description: Instructions on how to emulate a Hue Bridge within Home Assistant. -logo: home-assistant.png ha_category: - Hub ha_release: 0.27 diff --git a/source/_integrations/emulated_roku.markdown b/source/_integrations/emulated_roku.markdown index 91c8d890a2b..c06b44b74f6 100644 --- a/source/_integrations/emulated_roku.markdown +++ b/source/_integrations/emulated_roku.markdown @@ -1,7 +1,6 @@ --- title: Emulated Roku description: Instructions on how to set up Emulated Roku within Home Assistant. -logo: home-assistant.png ha_category: - Hub ha_release: 0.86 diff --git a/source/_integrations/fan.markdown b/source/_integrations/fan.markdown index 6597a898d83..648ffb98b66 100644 --- a/source/_integrations/fan.markdown +++ b/source/_integrations/fan.markdown @@ -1,7 +1,6 @@ --- title: Fan description: Instructions on how to setup Fan devices within Home Assistant. -logo: home-assistant.png ha_category: - Fan ha_release: 0.27 diff --git a/source/_integrations/filter.markdown b/source/_integrations/filter.markdown index 7ad1c26c77d..f85552c7a13 100644 --- a/source/_integrations/filter.markdown +++ b/source/_integrations/filter.markdown @@ -5,7 +5,6 @@ ha_category: - Utility ha_release: 0.65 ha_iot_class: Local Push -logo: home-assistant.png ha_quality_scale: internal ha_codeowners: - '@dgomes' diff --git a/source/_integrations/flux.markdown b/source/_integrations/flux.markdown index 5a60e0c521e..c6bcb3f9050 100644 --- a/source/_integrations/flux.markdown +++ b/source/_integrations/flux.markdown @@ -4,7 +4,6 @@ description: Instructions on how to have switches call command line commands. ha_category: - Automation ha_release: 0.21 -logo: home-assistant.png ha_quality_scale: internal ha_domain: flux --- diff --git a/source/_integrations/folder_watcher.markdown b/source/_integrations/folder_watcher.markdown index 4c5cdeb5d00..f13154692c9 100644 --- a/source/_integrations/folder_watcher.markdown +++ b/source/_integrations/folder_watcher.markdown @@ -1,7 +1,6 @@ --- title: Folder Watcher description: Component for monitoring changes within the filesystem. -logo: home-assistant.png ha_category: - System Monitor ha_iot_class: Local Polling diff --git a/source/_integrations/frontend.markdown b/source/_integrations/frontend.markdown index 107033bb210..41bf06b7e27 100644 --- a/source/_integrations/frontend.markdown +++ b/source/_integrations/frontend.markdown @@ -1,7 +1,6 @@ --- title: Home Assistant Frontend description: Offers a frontend to Home Assistant. -logo: home-assistant.png ha_category: - Other ha_release: 0.7 diff --git a/source/_integrations/generic_thermostat.markdown b/source/_integrations/generic_thermostat.markdown index e39e32af025..c1f46672399 100644 --- a/source/_integrations/generic_thermostat.markdown +++ b/source/_integrations/generic_thermostat.markdown @@ -1,7 +1,6 @@ --- title: Generic Thermostat description: Turn Home Assistant into a thermostat -logo: home-assistant.png ha_category: - Climate ha_release: pre 0.7 diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index edfb8963cf6..1c26b598ef5 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -1,7 +1,6 @@ --- title: Group description: Instructions on how to setup groups within Home Assistant. -logo: home-assistant.png ha_category: - Organization ha_release: pre 0.7 diff --git a/source/_integrations/history.markdown b/source/_integrations/history.markdown index 657b3e3a04f..2c29bebe5e4 100644 --- a/source/_integrations/history.markdown +++ b/source/_integrations/history.markdown @@ -1,7 +1,6 @@ --- title: History description: Instructions on how to enable history support for Home Assistant. -logo: home-assistant.png ha_category: - History ha_release: pre 0.7 diff --git a/source/_integrations/history_stats.markdown b/source/_integrations/history_stats.markdown index 8414617f19d..303efde7fa3 100644 --- a/source/_integrations/history_stats.markdown +++ b/source/_integrations/history_stats.markdown @@ -1,7 +1,6 @@ --- title: History Stats description: Instructions about how to integrate historical statistics into Home Assistant. -logo: home-assistant.png ha_category: - Utility ha_iot_class: Local Polling diff --git a/source/_integrations/homeassistant.markdown b/source/_integrations/homeassistant.markdown index 04fc9567881..94fe5ba02a0 100644 --- a/source/_integrations/homeassistant.markdown +++ b/source/_integrations/homeassistant.markdown @@ -1,7 +1,6 @@ --- title: Home Assistant Core Integration description: Description of the homeassistant integration. -logo: home-assistant.png ha_release: 0.0 ha_quality_scale: internal ha_codeowners: diff --git a/source/_integrations/input_boolean.markdown b/source/_integrations/input_boolean.markdown index 34ada138c1c..6aeecdc9503 100644 --- a/source/_integrations/input_boolean.markdown +++ b/source/_integrations/input_boolean.markdown @@ -1,7 +1,6 @@ --- title: Input Boolean description: Instructions on how to integrate the Input Boolean integration into Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.11 diff --git a/source/_integrations/input_datetime.markdown b/source/_integrations/input_datetime.markdown index f20389404e1..3fe4fb11592 100644 --- a/source/_integrations/input_datetime.markdown +++ b/source/_integrations/input_datetime.markdown @@ -1,7 +1,6 @@ --- title: Input Datetime description: Instructions on how to integrate the Input Datetime integration into Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.55 diff --git a/source/_integrations/input_number.markdown b/source/_integrations/input_number.markdown index 491808a23ba..144b5a4c138 100644 --- a/source/_integrations/input_number.markdown +++ b/source/_integrations/input_number.markdown @@ -1,7 +1,6 @@ --- title: Input Number description: Instructions on how to integrate the Input Number integration into Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.55 diff --git a/source/_integrations/input_select.markdown b/source/_integrations/input_select.markdown index ac7da9b1f4a..7bb89b97095 100644 --- a/source/_integrations/input_select.markdown +++ b/source/_integrations/input_select.markdown @@ -1,7 +1,6 @@ --- title: Input Select description: Instructions on how to integrate the Input Select integration into Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.13 diff --git a/source/_integrations/input_text.markdown b/source/_integrations/input_text.markdown index e35aa3dc426..c27bd6a013f 100644 --- a/source/_integrations/input_text.markdown +++ b/source/_integrations/input_text.markdown @@ -1,7 +1,6 @@ --- title: Input Text description: Instructions on how to integrate the Input Text integration into Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.53 diff --git a/source/_integrations/intent_script.markdown b/source/_integrations/intent_script.markdown index 45aa686a1f0..48d66bfb960 100644 --- a/source/_integrations/intent_script.markdown +++ b/source/_integrations/intent_script.markdown @@ -1,7 +1,6 @@ --- title: Intent Script description: Instructions on how to setup scripts to run on intents. -logo: home-assistant.png ha_category: - Intent ha_release: '0.50' diff --git a/source/_integrations/lacrosse.markdown b/source/_integrations/lacrosse.markdown index c5745a77af6..a9350f3a47c 100644 --- a/source/_integrations/lacrosse.markdown +++ b/source/_integrations/lacrosse.markdown @@ -1,7 +1,6 @@ --- title: LaCrosse description: Instructions on how to integrate LaCrosse sensor data received from Jeelink into Home Assistant. -logo: home-assistant.png ha_category: - DIY ha_release: 0.58 diff --git a/source/_integrations/light.markdown b/source/_integrations/light.markdown index bce9b8dedde..895b943ed9e 100644 --- a/source/_integrations/light.markdown +++ b/source/_integrations/light.markdown @@ -1,7 +1,6 @@ --- title: Light description: Instructions on how to setup your lights with Home Assistant. -logo: home-assistant.png ha_category: - Light ha_release: pre 0.7 diff --git a/source/_integrations/local_ip.markdown b/source/_integrations/local_ip.markdown index 513a15475fd..d6d12b3623d 100644 --- a/source/_integrations/local_ip.markdown +++ b/source/_integrations/local_ip.markdown @@ -1,7 +1,6 @@ --- title: Local IP Address description: Instructions on how to integrate the Local IP Address sensor into Home Assistant. -logo: home-assistant.png ha_category: - Network ha_iot_class: Local Polling diff --git a/source/_integrations/lock.markdown b/source/_integrations/lock.markdown index 201e7c91bc1..187ce2f915f 100644 --- a/source/_integrations/lock.markdown +++ b/source/_integrations/lock.markdown @@ -1,7 +1,6 @@ --- title: Lock description: Instructions on how to setup your locks with Home Assistant. -logo: home-assistant.png ha_category: - Lock ha_release: 0.9 diff --git a/source/_integrations/logger.markdown b/source/_integrations/logger.markdown index d158020adf2..8bca5f4fcba 100644 --- a/source/_integrations/logger.markdown +++ b/source/_integrations/logger.markdown @@ -1,7 +1,6 @@ --- title: Logger description: Instructions on how to enable the logger integration for Home Assistant. -logo: home-assistant.png ha_category: - Utility ha_release: 0.8 diff --git a/source/_integrations/manual.markdown b/source/_integrations/manual.markdown index 898fc9f5944..ed33d84527c 100644 --- a/source/_integrations/manual.markdown +++ b/source/_integrations/manual.markdown @@ -1,7 +1,6 @@ --- title: Manual description: Instructions on how to integrate manual alarms into Home Assistant. -logo: home-assistant.png ha_category: - Alarm ha_release: 0.7.6 diff --git a/source/_integrations/manual_mqtt.markdown b/source/_integrations/manual_mqtt.markdown index 6c4a6c9cdee..89e89943fed 100644 --- a/source/_integrations/manual_mqtt.markdown +++ b/source/_integrations/manual_mqtt.markdown @@ -1,7 +1,6 @@ --- title: Manual MQTT description: Instructions on how to integrate manual alarms into Home Assistant with MQTT support. -logo: home-assistant.png ha_category: - Alarm ha_release: '0.50' diff --git a/source/_integrations/map.markdown b/source/_integrations/map.markdown index c10c3300002..757913c4a83 100644 --- a/source/_integrations/map.markdown +++ b/source/_integrations/map.markdown @@ -1,7 +1,6 @@ --- title: Map description: Offers a map to show tracked devices. -logo: home-assistant.png ha_category: - Other ha_release: 0.56 diff --git a/source/_integrations/media_extractor.markdown b/source/_integrations/media_extractor.markdown index 6a9f93d256a..3c5bf906962 100644 --- a/source/_integrations/media_extractor.markdown +++ b/source/_integrations/media_extractor.markdown @@ -1,7 +1,6 @@ --- title: Media Extractor description: Instructions on how to integrate the Media Extractor into Home Assistant. -logo: home-assistant.png ha_category: - Media Player ha_release: 0.49 diff --git a/source/_integrations/media_player.markdown b/source/_integrations/media_player.markdown index c6049f72b0b..3c72259e7d9 100644 --- a/source/_integrations/media_player.markdown +++ b/source/_integrations/media_player.markdown @@ -1,7 +1,6 @@ --- title: Media Player description: Instructions on how to setup your media players with Home Assistant. -logo: home-assistant.png ha_category: - Media Player ha_release: 0.7 diff --git a/source/_integrations/min_max.markdown b/source/_integrations/min_max.markdown index 6840937c13a..09a610c1e28 100644 --- a/source/_integrations/min_max.markdown +++ b/source/_integrations/min_max.markdown @@ -1,7 +1,6 @@ --- title: Min/Max description: Instructions on how to integrate min/max sensors into Home Assistant. -logo: home-assistant.png ha_category: - Utility ha_iot_class: Local Polling diff --git a/source/_integrations/mjpeg.markdown b/source/_integrations/mjpeg.markdown index f1fe90520b8..f27adfb474f 100644 --- a/source/_integrations/mjpeg.markdown +++ b/source/_integrations/mjpeg.markdown @@ -1,7 +1,6 @@ --- title: MJPEG IP Camera description: Instructions on how to integrate IP cameras within Home Assistant. -logo: home-assistant.png ha_category: - Camera ha_release: pre 0.7 diff --git a/source/_integrations/mobile_app.markdown b/source/_integrations/mobile_app.markdown index 2503af41da3..4ca7b318007 100644 --- a/source/_integrations/mobile_app.markdown +++ b/source/_integrations/mobile_app.markdown @@ -1,7 +1,6 @@ --- title: Home Assistant Mobile App Support description: The Mobile App integration allows a generic platform for integrating with mobile apps. -logo: home-assistant.png ha_category: - Other ha_release: 0.89 diff --git a/source/_integrations/mold_indicator.markdown b/source/_integrations/mold_indicator.markdown index cd70866ef41..3c8755b24fd 100644 --- a/source/_integrations/mold_indicator.markdown +++ b/source/_integrations/mold_indicator.markdown @@ -1,7 +1,6 @@ --- title: Mold Indicator description: How to use the mold growth indication integration in Home Assistant -logo: home-assistant.png ha_category: - Environment ha_release: '0.20' diff --git a/source/_integrations/moon.markdown b/source/_integrations/moon.markdown index a8e250895ad..562843002d0 100644 --- a/source/_integrations/moon.markdown +++ b/source/_integrations/moon.markdown @@ -1,7 +1,6 @@ --- title: Moon description: Instructions on how to integrate the moon sensor into Home Assistant. -logo: home-assistant.png ha_category: - Environment ha_iot_class: Local Polling diff --git a/source/_integrations/notify.markdown b/source/_integrations/notify.markdown index eb19ed150b6..8173f18abad 100644 --- a/source/_integrations/notify.markdown +++ b/source/_integrations/notify.markdown @@ -1,7 +1,6 @@ --- title: Notifications description: Instructions on how to add user notifications to Home Assistant. -logo: home-assistant.png ha_category: - Notifications ha_release: 0.7 diff --git a/source/_integrations/onboarding.markdown b/source/_integrations/onboarding.markdown index 40e63f3570d..81e5bc85ef3 100644 --- a/source/_integrations/onboarding.markdown +++ b/source/_integrations/onboarding.markdown @@ -1,7 +1,6 @@ --- title: Home Assistant Onboarding description: This integration is responsible for providing the onboarding endpoints. -logo: home-assistant.png ha_category: - Other ha_release: 0.73 diff --git a/source/_integrations/otp.markdown b/source/_integrations/otp.markdown index e7e345a6026..1d3e701aeed 100644 --- a/source/_integrations/otp.markdown +++ b/source/_integrations/otp.markdown @@ -1,7 +1,6 @@ --- title: One-Time Password (OTP) description: Instructions on how to add One-Time Password (OTP) sensors into Home Assistant. -logo: home-assistant.png ha_category: - Utility ha_iot_class: Local Polling diff --git a/source/_integrations/panel_custom.markdown b/source/_integrations/panel_custom.markdown index ff1f4acdc7f..f2e9a24093d 100644 --- a/source/_integrations/panel_custom.markdown +++ b/source/_integrations/panel_custom.markdown @@ -1,7 +1,6 @@ --- title: Custom Panel description: Instructions on how to add customized panels to the frontend of Home Assistant. -logo: home-assistant.png ha_category: - Front End ha_release: 0.26 diff --git a/source/_integrations/panel_iframe.markdown b/source/_integrations/panel_iframe.markdown index 7e95a97f885..e22bfd49c24 100644 --- a/source/_integrations/panel_iframe.markdown +++ b/source/_integrations/panel_iframe.markdown @@ -1,7 +1,6 @@ --- title: iframe Panel description: Instructions on how to add iFrames in the frontend of Home Assistant. -logo: home-assistant.png ha_category: - Front End ha_release: 0.25 diff --git a/source/_integrations/persistent_notification.markdown b/source/_integrations/persistent_notification.markdown index 5bd61d8f2c6..097a1f7ab74 100644 --- a/source/_integrations/persistent_notification.markdown +++ b/source/_integrations/persistent_notification.markdown @@ -1,7 +1,6 @@ --- title: Persistent Notification description: Instructions on how to integrate persistent notifications into Home Assistant. -logo: home-assistant.png ha_category: - Other ha_release: 0.23 diff --git a/source/_integrations/person.markdown b/source/_integrations/person.markdown index 26a9852e927..f725b40350b 100644 --- a/source/_integrations/person.markdown +++ b/source/_integrations/person.markdown @@ -1,7 +1,6 @@ --- title: Person description: Instructions on how to set up people tracking within Home Assistant. -logo: home-assistant.png ha_category: - Presence Detection ha_release: 0.88 diff --git a/source/_integrations/picotts.markdown b/source/_integrations/picotts.markdown index 354baba5ac6..9c55c8bb32a 100644 --- a/source/_integrations/picotts.markdown +++ b/source/_integrations/picotts.markdown @@ -1,7 +1,6 @@ --- title: Pico TTS description: Instructions on how to setup Pico Text-to-Speech with Home Assistant. -logo: home-assistant.png ha_category: - Text-to-speech ha_release: 0.36 diff --git a/source/_integrations/ping.markdown b/source/_integrations/ping.markdown index 368c7c984a5..245b9c15be4 100644 --- a/source/_integrations/ping.markdown +++ b/source/_integrations/ping.markdown @@ -1,7 +1,6 @@ --- title: Ping (ICMP) description: Instructions on how to integrate Ping (ICMP)-based into Home Assistant. -logo: home-assistant.png ha_category: - Network - Binary Sensor diff --git a/source/_integrations/plant.markdown b/source/_integrations/plant.markdown index 260a2ddae71..4202260abe6 100644 --- a/source/_integrations/plant.markdown +++ b/source/_integrations/plant.markdown @@ -1,7 +1,6 @@ --- title: Plant Monitor description: Instructions on how to setup plant monitoring with Home Assistant. -logo: home-assistant.png ha_category: - Environment ha_release: 0.44 diff --git a/source/_integrations/proximity.markdown b/source/_integrations/proximity.markdown index 22fefe5a964..f60bada2fe3 100644 --- a/source/_integrations/proximity.markdown +++ b/source/_integrations/proximity.markdown @@ -1,7 +1,6 @@ --- title: Proximity description: Instructions on how to setup Proximity monitoring within Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.13 diff --git a/source/_integrations/python_script.markdown b/source/_integrations/python_script.markdown index 39e09e9e4de..3e9312a9619 100644 --- a/source/_integrations/python_script.markdown +++ b/source/_integrations/python_script.markdown @@ -1,7 +1,6 @@ --- title: Python Scripts description: Instructions on how to setup Python scripts within Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.47 diff --git a/source/_integrations/qrcode.markdown b/source/_integrations/qrcode.markdown index 9351b590998..c5315c4c796 100644 --- a/source/_integrations/qrcode.markdown +++ b/source/_integrations/qrcode.markdown @@ -1,7 +1,6 @@ --- title: QR Code description: Instructions on how to integrate QR Code Recognition into Home Assistant. -logo: home-assistant.png ha_category: - Image Processing ha_release: 0.87 diff --git a/source/_integrations/random.markdown b/source/_integrations/random.markdown index daa9657391c..ef708b1f7a2 100644 --- a/source/_integrations/random.markdown +++ b/source/_integrations/random.markdown @@ -1,7 +1,6 @@ --- title: Random description: Instructions on how to integrate random numbers into Home Assistant. -logo: home-assistant.png ha_category: - Utility - Sensor diff --git a/source/_integrations/recorder.markdown b/source/_integrations/recorder.markdown index 2b64b907c2a..267e54e57c4 100644 --- a/source/_integrations/recorder.markdown +++ b/source/_integrations/recorder.markdown @@ -1,7 +1,6 @@ --- title: Recorder description: Instructions on how to configure the data recorder for Home Assistant. -logo: home-assistant.png ha_category: - History ha_release: pre 0.7 diff --git a/source/_integrations/rss_feed_template.markdown b/source/_integrations/rss_feed_template.markdown index 4a24e7b8e78..869fde85757 100644 --- a/source/_integrations/rss_feed_template.markdown +++ b/source/_integrations/rss_feed_template.markdown @@ -1,7 +1,6 @@ --- title: RSS Feed Template description: Use this integration to generate RSS feeds showing your latest data. -logo: home-assistant.png ha_category: - Front End ha_release: 0.44 diff --git a/source/_integrations/safe_mode.markdown b/source/_integrations/safe_mode.markdown index 434c7fcc686..25bcc4a9b6a 100644 --- a/source/_integrations/safe_mode.markdown +++ b/source/_integrations/safe_mode.markdown @@ -3,7 +3,6 @@ title: Safe Mode description: Allows Home Assistant to start up in safe mode. ha_category: [] ha_release: 0.105 -logo: home-assistant.png ha_codeowners: - '@home-assistant/core' ha_domain: safe_mode diff --git a/source/_integrations/scene.markdown b/source/_integrations/scene.markdown index 125e326f4ca..4c2435f34c5 100644 --- a/source/_integrations/scene.markdown +++ b/source/_integrations/scene.markdown @@ -1,7 +1,6 @@ --- title: Scenes description: Instructions on how to setup scenes within Home Assistant. -logo: home-assistant.png ha_category: - Organization ha_release: 0.15 diff --git a/source/_integrations/scrape.markdown b/source/_integrations/scrape.markdown index 5b4da5f9ed8..793998ff6d4 100644 --- a/source/_integrations/scrape.markdown +++ b/source/_integrations/scrape.markdown @@ -1,7 +1,6 @@ --- title: Scrape description: Instructions on how to integrate Web scrape sensors into Home Assistant. -logo: home-assistant.png ha_category: - Sensor ha_release: 0.31 diff --git a/source/_integrations/script.markdown b/source/_integrations/script.markdown index d4e2f28e64b..da0e28d634d 100644 --- a/source/_integrations/script.markdown +++ b/source/_integrations/script.markdown @@ -1,7 +1,6 @@ --- title: Scripts description: Instructions on how to setup scripts within Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.7 diff --git a/source/_integrations/search.markdown b/source/_integrations/search.markdown index 257fd03f43c..f27d6df2ee7 100644 --- a/source/_integrations/search.markdown +++ b/source/_integrations/search.markdown @@ -3,7 +3,6 @@ title: Search description: Internal search module for Home Assistant. ha_category: [] ha_release: 0.105 -logo: home-assistant.png ha_codeowners: - '@home-assistant/core' ha_domain: search diff --git a/source/_integrations/season.markdown b/source/_integrations/season.markdown index a6616b5b0d9..4288a6a90f3 100644 --- a/source/_integrations/season.markdown +++ b/source/_integrations/season.markdown @@ -3,7 +3,6 @@ title: Season description: Instructions on how to add season sensors into Home Assistant. ha_category: - Utility -logo: home-assistant.png ha_iot_class: Local Polling ha_release: 0.53 ha_quality_scale: internal diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 38d7fc3d134..9bd443e6720 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -1,7 +1,6 @@ --- title: Sensor description: Instructions on how to setup your sensors with Home Assistant. -logo: home-assistant.png ha_category: - Sensor ha_release: 0.7 diff --git a/source/_integrations/serial.markdown b/source/_integrations/serial.markdown index d1fc8f97c68..abf12d281c4 100644 --- a/source/_integrations/serial.markdown +++ b/source/_integrations/serial.markdown @@ -1,7 +1,6 @@ --- title: Serial description: Instructions on how to integrate data from serial connected sensors into Home Assistant. -logo: home-assistant.png ha_category: - Sensor ha_release: 0.56 diff --git a/source/_integrations/seven_segments.markdown b/source/_integrations/seven_segments.markdown index f8331f0fbd8..95821ce5c4e 100644 --- a/source/_integrations/seven_segments.markdown +++ b/source/_integrations/seven_segments.markdown @@ -1,7 +1,6 @@ --- title: Seven Segments OCR description: Instructions on how to use OCR for seven segments displays into Home Assistant. -logo: home-assistant.png ha_category: - Image Processing ha_release: 0.45 diff --git a/source/_integrations/shell_command.markdown b/source/_integrations/shell_command.markdown index 826c19cb77f..296903b2446 100644 --- a/source/_integrations/shell_command.markdown +++ b/source/_integrations/shell_command.markdown @@ -3,7 +3,6 @@ title: Shell Command description: Instructions on how to integrate Shell commands into Home Assistant. ha_category: - Automation -logo: home-assistant.png ha_release: 0.7.6 ha_quality_scale: internal ha_codeowners: diff --git a/source/_integrations/shopping_list.markdown b/source/_integrations/shopping_list.markdown index a10731c7b6b..4a0351991fd 100644 --- a/source/_integrations/shopping_list.markdown +++ b/source/_integrations/shopping_list.markdown @@ -1,7 +1,6 @@ --- title: Shopping List description: Instructions on how to integrate a Shopping list into Home Assistant using Intent. -logo: home-assistant.png ha_category: - Intent ha_release: '0.50' diff --git a/source/_integrations/simulated.markdown b/source/_integrations/simulated.markdown index 775fab726ab..d6080164207 100644 --- a/source/_integrations/simulated.markdown +++ b/source/_integrations/simulated.markdown @@ -1,7 +1,6 @@ --- title: Simulated description: Component for simulating a numerical sensor. -logo: home-assistant.png ha_category: - Utility ha_iot_class: Local Polling diff --git a/source/_integrations/ssdp.markdown b/source/_integrations/ssdp.markdown index 145c280ff05..43a9b5cb5fb 100644 --- a/source/_integrations/ssdp.markdown +++ b/source/_integrations/ssdp.markdown @@ -4,7 +4,6 @@ description: Discover integrations on the network using the SSDP protocol. ha_category: - Network ha_release: 0.94 -logo: home-assistant.png ha_domain: ssdp --- diff --git a/source/_integrations/statistics.markdown b/source/_integrations/statistics.markdown index cdfbc30473b..cc64dc68dbd 100644 --- a/source/_integrations/statistics.markdown +++ b/source/_integrations/statistics.markdown @@ -1,7 +1,6 @@ --- title: Statistics description: Instructions on how to integrate statistical sensors into Home Assistant. -logo: home-assistant.png ha_category: - Utility ha_iot_class: Local Polling diff --git a/source/_integrations/stream.markdown b/source/_integrations/stream.markdown index d5e93aedec0..42f34c02134 100644 --- a/source/_integrations/stream.markdown +++ b/source/_integrations/stream.markdown @@ -1,7 +1,6 @@ --- title: Stream description: Instructions on how to integrate live streams within Home Assistant. -logo: home-assistant.png ha_category: - Other ha_release: '0.90' diff --git a/source/_integrations/sun.markdown b/source/_integrations/sun.markdown index f4d2d39a310..56d34e62b23 100644 --- a/source/_integrations/sun.markdown +++ b/source/_integrations/sun.markdown @@ -1,7 +1,6 @@ --- title: Sun description: Instructions on how to track the sun within Home Assistant. -logo: home-assistant.png ha_category: - Environment ha_release: pre 0.7 diff --git a/source/_integrations/switch.markdown b/source/_integrations/switch.markdown index 6ccb36638d8..46b5bae9f4d 100644 --- a/source/_integrations/switch.markdown +++ b/source/_integrations/switch.markdown @@ -1,7 +1,6 @@ --- title: Switch description: Instructions on how to set up your switches with Home Assistant. -logo: home-assistant.png ha_category: - Switch ha_release: 0.7 diff --git a/source/_integrations/system_health.markdown b/source/_integrations/system_health.markdown index d6921c2ba6a..53b55ab484f 100644 --- a/source/_integrations/system_health.markdown +++ b/source/_integrations/system_health.markdown @@ -1,7 +1,6 @@ --- title: System Health description: System Health integration will report system info and allow to run system diagnostics. -logo: home-assistant.png ha_category: - Other ha_release: 0.87 diff --git a/source/_integrations/system_log.markdown b/source/_integrations/system_log.markdown index 1f10c89b819..136c184b0f9 100644 --- a/source/_integrations/system_log.markdown +++ b/source/_integrations/system_log.markdown @@ -1,7 +1,6 @@ --- title: System Log description: Summary of errors and warnings in Home Assistant during runtime. -logo: home-assistant.png ha_category: - Other ha_release: 0.58 diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index 6281501e1b5..f8a857f5693 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -5,7 +5,6 @@ ha_category: - Sensor ha_release: 0.12 ha_iot_class: Local Push -logo: home-assistant.png ha_quality_scale: internal ha_codeowners: - '@PhracturedBlue' diff --git a/source/_integrations/threshold.markdown b/source/_integrations/threshold.markdown index beba77b60de..7e6be5db352 100644 --- a/source/_integrations/threshold.markdown +++ b/source/_integrations/threshold.markdown @@ -1,7 +1,6 @@ --- title: Threshold description: Instructions on how to integrate threshold binary sensors into Home Assistant. -logo: home-assistant.png ha_category: - Utility ha_iot_class: Local Polling diff --git a/source/_integrations/time_date.markdown b/source/_integrations/time_date.markdown index 1b7bf2d1a46..2be41354a75 100644 --- a/source/_integrations/time_date.markdown +++ b/source/_integrations/time_date.markdown @@ -1,7 +1,6 @@ --- title: Time & Date description: Instructions on how to integrate the time and the date within Home Assistant. -logo: home-assistant.png ha_category: - Calendar ha_iot_class: Local Push diff --git a/source/_integrations/timer.markdown b/source/_integrations/timer.markdown index 6f4e31d4c79..6df5a78919a 100644 --- a/source/_integrations/timer.markdown +++ b/source/_integrations/timer.markdown @@ -1,7 +1,6 @@ --- title: Timer description: Instructions on how to integrate timers into Home Assistant. -logo: home-assistant.png ha_category: - Automation ha_release: 0.57 diff --git a/source/_integrations/tod.markdown b/source/_integrations/tod.markdown index 77383c9c9f7..31084a6c20c 100644 --- a/source/_integrations/tod.markdown +++ b/source/_integrations/tod.markdown @@ -5,7 +5,6 @@ ha_category: - Binary Sensor ha_release: 0.89 ha_iot_class: Local Push -logo: home-assistant.png ha_quality_scale: internal ha_domain: tod --- diff --git a/source/_integrations/trend.markdown b/source/_integrations/trend.markdown index 3420b656431..83ffcda9d65 100644 --- a/source/_integrations/trend.markdown +++ b/source/_integrations/trend.markdown @@ -3,7 +3,6 @@ title: Trend description: Instructions on how to integrate Trend binary sensors into Home Assistant. ha_category: - Utility -logo: home-assistant.png ha_release: 0.28 ha_iot_class: Local Push ha_quality_scale: internal diff --git a/source/_integrations/universal.markdown b/source/_integrations/universal.markdown index ae8b07dda45..3c2ab8fe5f0 100644 --- a/source/_integrations/universal.markdown +++ b/source/_integrations/universal.markdown @@ -1,7 +1,6 @@ --- title: Universal Media Player description: Instructions on how to create a universal media player in Home Assistant. -logo: home-assistant.png ha_category: - Media Player ha_release: 0.11 diff --git a/source/_integrations/updater.markdown b/source/_integrations/updater.markdown index 4ec36a003da..b57fe012f66 100644 --- a/source/_integrations/updater.markdown +++ b/source/_integrations/updater.markdown @@ -1,7 +1,6 @@ --- title: Updater description: Detecting when Home Assistant updates are available. -logo: home-assistant.png ha_category: - Binary Sensor ha_release: 0.8 diff --git a/source/_integrations/uptime.markdown b/source/_integrations/uptime.markdown index e387d974543..105953348bc 100644 --- a/source/_integrations/uptime.markdown +++ b/source/_integrations/uptime.markdown @@ -4,7 +4,6 @@ description: Instructions on how to integrate an uptime sensor into Home Assista ha_category: - Utility ha_iot_class: Local Push -logo: home-assistant.png ha_release: 0.56 ha_quality_scale: internal ha_domain: uptime diff --git a/source/_integrations/version.markdown b/source/_integrations/version.markdown index bc5543cf5d8..b0cb092b89e 100644 --- a/source/_integrations/version.markdown +++ b/source/_integrations/version.markdown @@ -4,7 +4,6 @@ description: Instructions on how to integrate a version sensor into Home Assista ha_category: - Utility ha_iot_class: Local Push -logo: home-assistant.png ha_release: 0.52 ha_quality_scale: internal ha_codeowners: diff --git a/source/_integrations/weather.markdown b/source/_integrations/weather.markdown index ed5f78a6625..3c74ca7b68a 100644 --- a/source/_integrations/weather.markdown +++ b/source/_integrations/weather.markdown @@ -1,7 +1,6 @@ --- title: Weather description: Instructions on how to setup your Weather platforms with Home Assistant. -logo: home-assistant.png ha_category: - Weather ha_release: 0.32 diff --git a/source/_integrations/websocket_api.markdown b/source/_integrations/websocket_api.markdown index 4f6da3a8bd1..35d004b11d3 100644 --- a/source/_integrations/websocket_api.markdown +++ b/source/_integrations/websocket_api.markdown @@ -1,7 +1,6 @@ --- title: Home Asssitant WebSocket API description: Instructions on how to setup the WebSocket API within Home Assistant. -logo: home-assistant.png ha_category: - Other ha_release: 0.34 diff --git a/source/_integrations/workday.markdown b/source/_integrations/workday.markdown index ea69eb3d848..22784bd2d8b 100644 --- a/source/_integrations/workday.markdown +++ b/source/_integrations/workday.markdown @@ -1,7 +1,6 @@ --- title: Workday description: Steps to configure the binary workday sensor. -logo: home-assistant.png ha_category: - Utility ha_iot_class: Local Polling diff --git a/source/_integrations/worldclock.markdown b/source/_integrations/worldclock.markdown index 5bdb832560a..490f7b3dc3d 100644 --- a/source/_integrations/worldclock.markdown +++ b/source/_integrations/worldclock.markdown @@ -1,7 +1,6 @@ --- title: Worldclock description: Instructions on how to integrate a Worldclock within Home Assistant. -logo: home-assistant.png ha_category: - Calendar ha_iot_class: Local Push diff --git a/source/_integrations/zeroconf.markdown b/source/_integrations/zeroconf.markdown index 0194abef598..cb95e551435 100644 --- a/source/_integrations/zeroconf.markdown +++ b/source/_integrations/zeroconf.markdown @@ -4,7 +4,6 @@ description: Exposes Home Assistant using the Zeroconf protocol. ha_category: - Network ha_release: 0.18 -logo: home-assistant.png ha_quality_scale: internal ha_codeowners: - '@robbiet480' diff --git a/source/_integrations/zone.markdown b/source/_integrations/zone.markdown index f2a4ca7e7a3..de594d22d56 100644 --- a/source/_integrations/zone.markdown +++ b/source/_integrations/zone.markdown @@ -1,7 +1,6 @@ --- title: Zone description: Instructions on how to set up zones within Home Assistant. -logo: home-assistant.png ha_category: - Organization ha_release: 0.69