Merge branch 'next' into rc

This commit is contained in:
Franck Nijhof 2020-04-01 13:22:02 +02:00
commit d26e0743ab
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
12 changed files with 45 additions and 9 deletions

View File

@ -14,7 +14,13 @@ The `darksky` platform uses the [Dark Sky](https://darksky.net/) web service as
## Setup
You need an API key which is free but requires [registration](https://darksky.net/dev/register). You can make up to 1000 calls per day for free which means that you could make one approximately every 86 seconds.
<div class='note warning'>
On March 31, 2020 Dark Sky was [acquired by Apple](https://blog.darksky.net/dark-sky-has-a-new-home/) and is no longer allowing new API registrations. The Dark Sky API will continue to function for existing users through the end of 2021, but it is no longer possible to obtain an API key for new users.
</div>
You can make up to 1000 calls per day for free which means that you could make one approximately every 86 seconds.
<div class='note warning'>

View File

@ -1,7 +1,6 @@
---
title: JuiceNet
description: Instructions on how to setup WiFi-equipped Juicenet charging stations with Home Assistant.
logo: juicenet.png
ha_category:
- Car
- Energy

View File

@ -1,7 +1,6 @@
---
title: Keenetic NDMS2 Routers
description: Instructions on how to integrate Keenetic NDMS2 Routers into Home Assistant.
logo: keenetic.png
ha_category:
- Presence Detection
ha_release: 0.54

View File

@ -93,6 +93,16 @@ The settings UI starts by having you configure the general behavior of each zone
**Configure additional states for this zone:** Selecting "No" will complete configuration for the zone and proceed to options for the next zone. Select "Yes" if you need to create additional output states for this zone.
#### Using Settings UI to Configure Additional Panel Behavior
Once all zones are configured you'll be presented with the configuration for additional panel behaviors.
**Blink panel LED on when sending state change:** The desired LED behavior for the panel.
**Override default Home Assistant API host panel URL:** The Konnected Alarm Panel post sensor states back to the Home Assistant API. If this value is unchecked the panel will default postbacks using `base_url` in the `http` component. If you've set `base_url` to an external hostname, then you'll want to check this field and set the **Override API host URL** to your _local_ IP address and port (e.g., `http://192.168.1.101:8123`).
**Override API host URL (optional):** The host info to use if you checked **Override default Home Assistant API host panel URL** in the step above. This is ignored if **Override default Home Assistant API host panel URL** is unchecked.
### YAML Configuration
If you prefer you can utilize a `konnected` section in the `configuration.yaml` file that specifies the Konnected devices on the network and the sensors or actuators attached to them. If using `configuration.yaml` the configuration will be one-time imported when going through the Configuration Flow for the panel. **Note that you must still complete the UI based setup before the integration will be configured and entities created/accessible.**
@ -326,7 +336,7 @@ Konnected runs on an ESP8266 board with the NodeMCU firmware. It is commonly use
### 0.108
- Multiple output states for a zone.
- Multiple output states for a zone. Details on configuring additional panel behaviors via the UI.
### 0.106

View File

@ -1,9 +1,9 @@
---
title: MyQ
description: Instructions on how to integrate MyQ-Enabled garage door covers into Home Assistant.
logo: myq.png
ha_category:
- Cover
- Binary Sensor
ha_release: 0.39
ha_iot_class: Cloud Polling
ha_config_flow: true
@ -38,3 +38,11 @@ password:
required: true
type: string
{% endconfiguration %}
### Binary Sensor
Your `MyQ` gateway will appear as a binary sensor that shows if the device is connected.
### Cover
Garage doors and gates linked to your `MyQ` account will appear as covers.

View File

@ -6,13 +6,18 @@ ha_category:
ha_iot_class: Local Polling
ha_release: 0.34
ha_domain: nut
ha_config_flow: true
ha_codeowners:
- '@bdraco'
---
The `nut` sensor platform allows you to monitor a UPS (battery backup) by using data from a [NUT](https://networkupstools.org/) (Network UPS Tools) server.
## Configuration
To use this sensor platform, you need to add the following to your `configuration.yaml` file:
To add `nut` to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Network UPS Tools (NUT)**.
Alternatively, you need to add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry

View File

@ -1,7 +1,6 @@
---
title: Rachio
description: Instructions on how to use Rachio with Home Assistant.
logo: rachio.png
ha_category:
- Irrigation
- Binary Sensor

View File

@ -1,7 +1,6 @@
---
title: Sighthound
description: Detect people with Sighthound Cloud.
logo: sighthound-logo.png
ha_category:
- Image Processing
ha_release: 0.105

View File

@ -1,7 +1,6 @@
---
title: Honeywell Total Connect Alarm
description: Instructions on how to integrate TotalConnect alarms into Home Assistant.
logo: honeywell-tc.png
ha_category:
- Alarm
- Binary Sensor

View File

@ -42,6 +42,11 @@ dark_mode:
description: Enable a dark theme for the map.
type: boolean
default: false
hours_to_show:
required: false
description: Shows a path of previous locations. Hours to show as path on the map.
type: integer
default: 0
{% endconfiguration %}
<div class='note'>
@ -74,3 +79,10 @@ geo_location_sources:
entities:
- zone.home
```
```yaml
type: map
entities:
- device_tracker.demo_paulus
hours_to_show: 48
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 KiB

After

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 17 KiB