diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3b14fa350b9..cbec4dd560d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,7 +10,7 @@ ## Type of change diff --git a/CODEOWNERS b/CODEOWNERS index 81f5c90ef38..c03eef60b5d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -237,7 +237,6 @@ source/_integrations/openuv.markdown @bachya source/_integrations/openweathermap.markdown @fabaff source/_integrations/orangepi_gpio.markdown @pascallj source/_integrations/oru.markdown @bvlaicu -source/_integrations/owlet.markdown @oblogic7 source/_integrations/panel_custom.markdown @home-assistant/frontend source/_integrations/panel_iframe.markdown @home-assistant/frontend source/_integrations/pcal9535a.markdown @Shulyaka diff --git a/_config.yml b/_config.yml index cca4f990d00..87aff5aacea 100644 --- a/_config.yml +++ b/_config.yml @@ -100,9 +100,9 @@ social: # Home Assistant release details current_major_version: 0 -current_minor_version: 104 -current_patch_version: 3 -date_released: 2020-01-21 +current_minor_version: 105 +current_patch_version: 0 +date_released: 2020-02-05 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_docs/automation/examples.markdown b/source/_docs/automation/examples.markdown index c27aeeb0286..820ea637c34 100644 --- a/source/_docs/automation/examples.markdown +++ b/source/_docs/automation/examples.markdown @@ -63,7 +63,6 @@ automation: # Send a notification via Pushover with the event of a Xiaomi cube. Custom event from the Xiaomi component. - alias: 'Xiaomi Cube Action' - hide_entity: false initial_state: false trigger: platform: event diff --git a/source/_docs/configuration/group_visibility.markdown b/source/_docs/configuration/group_visibility.markdown deleted file mode 100644 index e42969e4517..00000000000 --- a/source/_docs/configuration/group_visibility.markdown +++ /dev/null @@ -1,184 +0,0 @@ ---- -title: "Group Visibility" -description: "Instructions on how to change group visibility using automations." -redirect_from: /topics/group_visibility/ ---- - -After filling Home Assistant with all your precious home automation devices, you usually end up with a cluttered interface and lots of groups that are not interesting in your current context. What if you just want to show groups that are interesting _now_ and hide the rest? That's when group visibility comes to play. - -## Changing visibility of a group - -To change visibility of a group, use the service `group.set_visibility`, pass the group name as `entity_id` and use `visible` to decide whether the group should be shown or hidden. - -```yaml -service: group.set_visibility -entity_id: group.basement -data: - visible: false -``` - -
sudo apt-get install python3-lxml libxslt-dev libxml2-dev zlib1g-dev
-If you installed Home Assistant in a virtualenv, run the following commands inside it: pip3 install lxml
; be patient this will take a while.sudo apt-get install libxslt-dev libxml2-dev python3-lxml
-If you are working with the All-in-One installation, you may also need to execute also within your virtual environment the command pip3 install lxml
; be patient this will take a while.
-
-
-Example of groups shown as views in the frontend.
-
@@ -85,315 +67,22 @@ That's it. You can copy and paste your new `client id` and `client secret` in yo
-
-
-The intended purpose of this integration is to enable data logging and automations such as battery status updates and charging reminders. This integration should not replace the Owlet app nor should it be used for life-critical notifications. -
diff --git a/source/_integrations/postnl.markdown b/source/_integrations/postnl.markdown deleted file mode 100644 index 7b30412aaf2..00000000000 --- a/source/_integrations/postnl.markdown +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: PostNL -description: Instructions on how to set up PostNL sensors within Home Assistant. -logo: postnl.png -ha_category: - - Postal Service -ha_release: 0.69 -ha_iot_class: Cloud Polling ---- - -The `postnl` platform allows one to track deliveries by [PostNL](https://www.postnl.nl) (Dutch Postal Services). To use this sensor, you need a [PostNL Account](https://jouw.postnl.nl). It is possible to add multiple accounts to your Home Assistant configuration. - -The sensor value shows the number of packages to be delivered. The packages are available in the shipments attribute. - -## Configuration - -To enable this sensor, add the following lines to your `configuration.yaml`: - -```yaml -sensor: - - platform: postnl - username: POSTNL_USERNAME - password: POSTNL_PASSWORD -``` - -{% configuration %} -name: - description: Sensor name - required: false - default: "postnl" - type: string -username: - description: Account username of jouw.postnl.nl - required: true - type: string -password: - description: Account password of jouw.postnl.nl - required: true - type: string -{% endconfiguration %} - -
+
+Screenshot of Home Assistant started in safe mode.
+
+
+Screenshot of the revamped Supervisor panel.
+
+
+Screenshot of the new device info page.
+
+
+Screenshot of the new header and footer for entities card.
+
+
+Screen recording of the zones editor.
+
+
+Yellow icon color on everything, isn't the solution either.
+
+Screenshot of an entities card with a picture header and buttons footer.
+