From a82d2daade68e8ff84dbe00c12172096ef42180c Mon Sep 17 00:00:00 2001 From: hblaschka <30728567+hblaschka@users.noreply.github.com> Date: Fri, 13 Jul 2018 13:39:24 +0200 Subject: [PATCH 1/9] The W for the Zero W image was missing (#5783) The W for the Zero W image was missing --- source/hassio/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 8f416d5749b..453c2ae3771 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -13,7 +13,7 @@ Hass.io images are available for: - Download the appropriate image for your IoT: - [Raspberry Pi / Zero][pi1] - - [Raspberry Pi / Zero][pi0-w] + - [Raspberry Pi / Zero W][pi0-w] - [Raspberry Pi 2][pi2] - [Raspberry Pi 3 32bit][pi3-32] - [Raspberry Pi 3 64bit][pi3-64] From e4aeefcc4d215b90a226a78b2be0f7db92052dfd Mon Sep 17 00:00:00 2001 From: Mattias Welponer Date: Fri, 13 Jul 2018 14:13:24 +0200 Subject: [PATCH 2/9] Update logo nd change to cloud push type (#5671) --- source/_components/binary_sensor.homematicip_cloud.markdown | 4 ++-- source/_components/homematicip_cloud.markdown | 3 ++- source/_components/light.homematicip_cloud.markdown | 4 ++-- source/_components/sensor.homematicip_cloud.markdown | 4 ++-- source/_components/switch.homematicip_cloud.markdown | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/source/_components/binary_sensor.homematicip_cloud.markdown b/source/_components/binary_sensor.homematicip_cloud.markdown index e3c24a9c4a7..7e9336cf1f9 100644 --- a/source/_components/binary_sensor.homematicip_cloud.markdown +++ b/source/_components/binary_sensor.homematicip_cloud.markdown @@ -7,10 +7,10 @@ sidebar: true comments: false sharing: true footer: true -logo: homematic.png +logo: homematicip_cloud.png ha_category: Binary Sensor ha_release: 0.70 -ha_iot_class: "Local Push" +ha_iot_class: "Cloud Push" --- The `homematicip_cloud` binary_switch platform allows you to control diff --git a/source/_components/homematicip_cloud.markdown b/source/_components/homematicip_cloud.markdown index 19134916b4f..70f90d77af9 100644 --- a/source/_components/homematicip_cloud.markdown +++ b/source/_components/homematicip_cloud.markdown @@ -7,8 +7,9 @@ sidebar: true comments: false sharing: true footer: true +logo: homematicip_cloud.png ha_category: Hub -ha_iot_class: "Cloud Polling" +ha_iot_class: "Cloud Push" ha_release: 0.66 featured: false --- diff --git a/source/_components/light.homematicip_cloud.markdown b/source/_components/light.homematicip_cloud.markdown index f3c76cf01c8..6ea102daa8d 100644 --- a/source/_components/light.homematicip_cloud.markdown +++ b/source/_components/light.homematicip_cloud.markdown @@ -7,10 +7,10 @@ sidebar: true comments: false sharing: true footer: true -logo: homematic.png +logo: homematicip_cloud.png ha_category: Switch ha_release: 0.70 -ha_iot_class: "Local Push" +ha_iot_class: "Cloud Push" --- The `homematicip_cloud` light platform allows you to control diff --git a/source/_components/sensor.homematicip_cloud.markdown b/source/_components/sensor.homematicip_cloud.markdown index 7903bc55de0..0f91b4aa20d 100644 --- a/source/_components/sensor.homematicip_cloud.markdown +++ b/source/_components/sensor.homematicip_cloud.markdown @@ -7,10 +7,10 @@ sidebar: true comments: false sharing: true footer: true -logo: homematic.png +logo: homematicip_cloud.png ha_category: Sensor ha_release: 0.66 -ha_iot_class: "Local Push" +ha_iot_class: "Cloud Push" --- The `homematicip_cloud` sensor platform allows you to control diff --git a/source/_components/switch.homematicip_cloud.markdown b/source/_components/switch.homematicip_cloud.markdown index b943caf6d0c..aba47287c25 100644 --- a/source/_components/switch.homematicip_cloud.markdown +++ b/source/_components/switch.homematicip_cloud.markdown @@ -7,10 +7,10 @@ sidebar: true comments: false sharing: true footer: true -logo: homematic.png +logo: homematicip_cloud.png ha_category: Switch ha_release: 0.70 -ha_iot_class: "Local Push" +ha_iot_class: "Cloud Push" --- The `homematicip_cloud` switch platform allows you to control From 647c913442242f3cce14d2d2ec5f0c41ff036786 Mon Sep 17 00:00:00 2001 From: Jon Griffith <32052562+arretx@users.noreply.github.com> Date: Fri, 13 Jul 2018 08:06:18 -0700 Subject: [PATCH 3/9] MyTotalConnectComfort.com Compatibility (#5771) * MyTotalConnectComfort.com Compatibility Clarification for those who are looking to control other Honeywell WIFI Thermostats. * :pencil2: Tweaks --- source/_components/climate.honeywell.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/climate.honeywell.markdown b/source/_components/climate.honeywell.markdown index 855d009cda7..64270441aac 100644 --- a/source/_components/climate.honeywell.markdown +++ b/source/_components/climate.honeywell.markdown @@ -16,6 +16,10 @@ ha_iot_class: "Cloud Polling" The `honeywell` climate platform let you control [Honeywell Connected](http://getconnected.honeywell.com/en/) thermostats from Home Assistant. +

+This platform does NOT connect to MyTotalConnectComfort.com. If you have a Honeywell WIFI thermostat that is connected through MyTotalConnectComfort.com, you may might to take a look at the IFTTT component which can bridge the gap between Home Assistant and MyTotalConnectComfort.com WIFI thermostats on a limited basis. +

+ To set it up, add the following information to your `configuration.yaml` file: ```yaml From bcfbebad16ba0e90947227c88c48901ce0797a95 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Fri, 13 Jul 2018 22:34:50 +0100 Subject: [PATCH 4/9] Updating formatting and layout (#5785) * Updating formatting and layout The enable section blends into the ignore section, so moving to the new formatting config. Also turned the mass of notes at the end into a troubleshooting section with linkable titles. * Canna type Typo fix --- source/_components/discovery.markdown | 38 ++++++++++++++++++--------- 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index 30f6bb8f6a7..e148bfdac29 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -57,9 +57,18 @@ discovery: - homekit ``` -Configuration variables: +{% linkable_title Configuration variables: %} -- **ignore** (*Optional*): A list of platforms that never will be automatically configured by `discovery`. +{% configuration discovery %} +ignore: + description: A list of platforms that never will be automatically configured by `discovery`. + required: false + type: string +enable: + description: A list of platforms not enabled by default that `discovery` should discover. + required: false + type: string +{% endconfiguration %} Valid values for ignore are: @@ -92,29 +101,34 @@ Valid values for ignore are: * `yeelight`: Yeelight Sunflower bulb * `xiaomi_gw`: Xiaomi Aqara gateway -- **enable** (*Optional*): A list of platforms not enabled by default that `discovery` should discover. - Valid values for enable are: * `homekit`: HomeKit accessories -

+## {% linkable_title Troubleshooting %} + +### {% linkable_title UPnP %} + Home Assistant must be on the same network as the devices for uPnP discovery to work. If running Home Assistant in a [Docker container](/docs/installation/docker/) use switch `--net=host` to put it on the host's network. -

-

+### {% linkable_title Windows %} + +#### {% linkable_title 64-bit Python %} There is currently a known issue with running this component on a 64-bit version of Python and Windows. -

-

+#### {% linkable_title Python 3.5 %} + If you are on Windows and you're using Python 3.5, download the [Netifaces](http://www.lfd.uci.edu/~gohlke/pythonlibs/#netifaces) dependency. -

-

+### {% linkable_title could not install dependency netdisco %} + If you see `Not initializing discovery because could not install dependency netdisco==0.6.1` in the logs, you will need to install the `python3-dev` or `python3-devel` package on your system manually (eg. `sudo apt-get install python3-dev` or `sudo dnf -y install python3-devel`). On the next restart of Home Assistant, the discovery should work. If you still get an error, check if you have a compiler (`gcc`) available on your system. +### {% linkable_title DSM and Synology %} + For DSM/Synology, install via debian-chroot [see this forum post](https://community.home-assistant.io/t/error-starting-home-assistant-on-synology-for-first-time/917/15). -

+ +## {% linkable_title New platforms %} If you are developing a new platform, please read [how to make your platform discoverable](/developers/component_discovery/) for further details. From dffdea2d017e91384a73156f6556ce7c4039729f Mon Sep 17 00:00:00 2001 From: Brian Harwell Date: Sat, 14 Jul 2018 03:30:17 -0500 Subject: [PATCH 5/9] Update rachio.markdown (#5786) * Update rachio.markdown I didn't know there were additional steps in order to see and and interact with my Rachio system. * Update URLs --- source/_components/rachio.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/rachio.markdown b/source/_components/rachio.markdown index f50050f514c..b27edc4017d 100644 --- a/source/_components/rachio.markdown +++ b/source/_components/rachio.markdown @@ -30,6 +30,8 @@ rachio: api_key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ``` +Follow the instructions on [Rachio Binary Sensor](/components/binary_sensor.rachio/) or [Rachio Switch](/components/switch.rachio/) to add Rachio platforms. + ### {% linkable_title iFrame %} If you would like to see and control more detailed zone information, create an [iFrame](/components/panel_iframe/) that renders the Rachio web app. From 63d174824e42031156f9a72de7b56a44ae8c10ac Mon Sep 17 00:00:00 2001 From: Paul Archer Date: Sat, 14 Jul 2018 03:30:49 -0500 Subject: [PATCH 6/9] Added "Android phones" to reflect infromation from https://owntracks.org/ (#5787) --- source/_components/device_tracker.owntracks.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.owntracks.markdown b/source/_components/device_tracker.owntracks.markdown index a852ff2e50d..a3de574f912 100644 --- a/source/_components/device_tracker.owntracks.markdown +++ b/source/_components/device_tracker.owntracks.markdown @@ -13,7 +13,7 @@ featured: false ha_release: 0.7.4 --- -This platform allows you to detect presence using [Owntracks](http://owntracks.org/). OwnTracks allows users to track their location on iOS phones and publish it to an MQTT broker. This platform will connect to the broker and monitor for new locations. +This platform allows you to detect presence using [Owntracks](http://owntracks.org/). OwnTracks allows users to track their location on iOS and Android phones and publish it to an MQTT broker. This platform will connect to the broker and monitor for new locations. This component requires [the MQTT component](/components/mqtt/) to be set up and works very well together with [the zone component](/components/zone/). From 83a779493620c681d78db1d18a58ff3045c0603e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 14 Jul 2018 11:52:42 +0200 Subject: [PATCH 7/9] Update installation.markdown --- source/hassio/installation.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 453c2ae3771..97296ebaa79 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -74,12 +74,12 @@ A detailed guide about running Hass.io as a virtual machine is available in the [Etcher]: https://etcher.io/ [Virtual Appliance]: https://github.com/home-assistant/hassos/blob/dev/Documentation/boards/ova.md [hassos-network]: https://github.com/home-assistant/hassos/blob/dev/Documentation/network.md -[pi0-w]: https://github.com/home-assistant/hassos/releases/download/1.5/hassos_rpi0-w-1.5.img.gz -[pi1]: https://github.com/home-assistant/hassos/releases/download/1.5/hassos_rpi-1.5.img.gz -[pi2]: https://github.com/home-assistant/hassos/releases/download/1.5/hassos_rpi2-1.5.img.gz +[pi0-w]: https://github.com/home-assistant/hassos/releases/download/1.6/hassos_rpi0-w-1.6.img.gz +[pi1]: https://github.com/home-assistant/hassos/releases/download/1.6/hassos_rpi-1.6.img.gz +[pi2]: https://github.com/home-assistant/hassos/releases/download/1.6/hassos_rpi2-1.6.img.gz [pi3-32]: https://github.com/home-assistant/hassos/releases/download/1.5/hassos_rpi3-1.5.img.gz [pi3-64]: https://github.com/home-assistant/hassos/releases/download/1.5/hassos_rpi3-64-1.5.img.gz -[vmdk]: https://github.com/home-assistant/hassos/releases/download/1.5/hassos_ova-1.5.vmdk +[vmdk]: https://github.com/home-assistant/hassos/releases/download/1.6/hassos_ova-1.6.vmdk [linux]: https://github.com/home-assistant/hassio-build/tree/master/install#install-hassio [local]: http://hassio.local:8123 [samba]: /addons/samba/ From a95ea42dc96987d6767e5dc898fd221c67c140e9 Mon Sep 17 00:00:00 2001 From: c727 Date: Sun, 15 Jul 2018 15:39:37 +0200 Subject: [PATCH 8/9] Lovelace: correct glance config (#5758) * Lovelace: correct glance config * Add section for entity options --- source/_lovelace/glance.markdown | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index 45e311d9fa5..60cf0c469e5 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -24,13 +24,27 @@ type: type: string entities: required: true - description: "A list of entity IDs or an `entity` object." + description: "A list of entity IDs or `entity` objects, see below." type: list title: required: false description: Card title type: string - default: none +{% endconfiguration %} + +## {% linkable_title Options For Entities %} + +If you define entities as objects instead of strings, you can add more customization and configuration: + +{% configuration %} +entity: + required: true + description: Home Assistant entity ID. + type: string +name: + required: false + description: Overwrites friendly name. + type: string {% endconfiguration %} ## {% linkable_title Examples %} From 1f273e0ffbad0a5afc7054d8907ff2dd91aa87e3 Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 15 Jul 2018 17:46:19 +0300 Subject: [PATCH 9/9] Minor changelog fix (#5793) --- source/lovelace/changelog.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown index 923247b75c0..80b9e5c1570 100644 --- a/source/lovelace/changelog.markdown +++ b/source/lovelace/changelog.markdown @@ -25,7 +25,7 @@ footer: true - 📣 New button to show unused entities in Lovelace -## Changes in 0.73.0b5 %} +## {% linkable_title Changes in 0.73.0b5 %} - 🏁 Only minor fixes in this release