Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update media_player.panasonic_viera.markdown #9004

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d17e21d
e
robbiet480 Mar 14, 2019
e4b3217
Fix URL
robbiet480 Mar 14, 2019
d44940a
Update sensor.mhz19.markdown to reflect new version of sensor and HAS…
basveeling Mar 14, 2019
1e5ffc3
Update python_component_mqtt_basic.markdown with new callback (#8932)
emontnemery Mar 14, 2019
1b820ba
Merge branch 'current' into next
frenck Mar 14, 2019
531c348
Add troubleshooting section (#8940)
dshokouhi Mar 15, 2019
29ff5d3
describe new attributes for rest notify (#8935)
escoand Mar 15, 2019
01759da
Telegram_bot: Add option to allow fetching data from unverified SSL e…
nbarrientos Mar 16, 2019
5037dd8
Update media_player.panasonic_viera.markdown (#8953)
dilruacs Mar 17, 2019
3983a70
Merge branch 'current' into next
fabaff Mar 17, 2019
8fbaca1
Remove hass.config from aws_lambda notify payload (#8966)
awarecan Mar 17, 2019
3eda036
update generic ip cam docs for stream component (#8956)
hunterjm Mar 17, 2019
fff6b9b
Added information about additional sensors (#8970)
endor-force Mar 18, 2019
982fed5
Remove Iliad Italy (#8977)
fabaff Mar 19, 2019
94a68b6
Merge branch 'current' into next
fabaff Mar 19, 2019
6c7252c
Merge branch 'current' into next
balloob Mar 20, 2019
839b4c7
add doc for date_time_iso to time_date component (#8995)
uchagani Mar 21, 2019
512d0e6
Add some minor changes of python-miio 0.4.5 (#8981)
syssi Mar 21, 2019
d6268c4
Renamed to websocket_api (#8984)
Swamp-Ig Mar 22, 2019
5ff8591
added docs for reddit sort_by config (#8952)
ljmerza Mar 22, 2019
6797497
Spelling (#8993)
Tuncay-Ayhan Mar 20, 2019
e8550cb
Update sensor.pocketcasts.markdown (#8990)
mattlongman Mar 20, 2019
e753771
Update sensor.crimereports.markdown (#8985)
Bodge-IT Mar 20, 2019
524b4cf
Note for iOS 10 Devices (#8980)
JBelinchon Mar 20, 2019
bbfb7fa
Small typo 'Srdaerr' to 'Stderr'
GrandadEvans Mar 21, 2019
10aa2d8
Update binary_sensor.xiaomi_aqara.markdown (#8992)
JBelinchon Mar 21, 2019
18bdf58
remove motion sensor, update binary_sensor state (#8997)
fredrike Mar 21, 2019
aa58f9a
Unpublish SpotCrime at their request
balloob Mar 21, 2019
74de48b
release 0901
balloob Mar 21, 2019
34c4b2c
Update splitting_configuration.markdown (#9003)
akasma74 Mar 22, 2019
9b1d399
Update installation.markdown
pvizeli Mar 22, 2019
ec14f87
Update media_player.panasonic_viera.markdown
dilruacs Mar 22, 2019
e3bae61
Update source/_components/media_player.panasonic_viera.markdown
klaasnicolaas Mar 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 90
current_patch_version: 0
date_released: 2019-03-20
current_patch_version: 1
date_released: 2019-03-21

# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
Expand Down
4 changes: 2 additions & 2 deletions source/_components/binary_sensor.xiaomi_aqara.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ The requirement is that you have setup the [`xiaomi aqara` component](/component
| ---- | ------------- | --------- | ------ | ----- | --------- | ------------ |
| Motion Sensor (1st gen) | motion | RTCGQ01LM | on, off | `xiaomi_aqara.motion` | | |
| Motion Sensor (2nd gen) | sensor_motion.aq2 | RTCGQ11LM | on, off | `xiaomi_aqara.motion` | | |
| Door and Window Sensor (1st gen) | magnet | WSDCGQ01LM | on, off | | | |
| Door and Window Sensor (2nd gen) | sensor_magnet.aq2 | MCCGQ11LM | on, off | | | |
| Xiaomi Door and Window Sensor (1st gen) | magnet | MCCGQ01LM | on, off | | | |
| Aqara Door and Window Sensor (2nd gen) | sensor_magnet.aq2 | MCCGQ11LM | on, off | | | |
| Smoke Detector | smoke | JTYJ-GD-01LM/BW | on, off | | | |
| Gas Leak Detector | natgas | JTQJ-BF-01LM/BW | on, off | | | |
| Water Leak Sensor | sensor_wleak.aq1 | SJCGQ11LM | on, off | | | |
Expand Down
6 changes: 3 additions & 3 deletions source/_components/cppm.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Supported platforms (tested):
- Aruba ClearPass 6.7.5

<p class='note warning'>
You must first creat an API client from here: https://clearpass.server.com/guest/api_clients.php
You must first create an API client [here](https://clearpass.server.com/guest/api_clients.php).
</p>

To use this device tracker in your installation, add the following to your `configuration.yaml` file:
Expand All @@ -40,11 +40,11 @@ host:
required: true
type: string
client_id:
description: "The client ID from here: `https://clearpass.server.com/guest/api_clients.php`"
description: "The client ID from the API Clients page."
required: true
type: string
api_key:
description: "Secret from here: `https://clearpass.server.com/guest/api_clients.php`"
description: "The secret from the API Clients page."
required: true
type: string
{% endconfiguration %}
Expand Down
6 changes: 3 additions & 3 deletions source/_components/fan.xiaomi_miio.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Air Fresh VA2 | zhimi.airfresh.va2 | |
- Operation modes (silent, medium, high, strong)
- Buzzer (on, off)
- Child lock (on, off)
- LED brightness (bright, dim, off)
- LED (on, off), LED brightness (bright, dim, off)
- Target humidity (30, 40, 50, 60, 70, 80)
- Attributes
- model
Expand All @@ -231,7 +231,7 @@ Air Fresh VA2 | zhimi.airfresh.va2 | |
- Operation modes (silent, medium, high, auto)
- Buzzer (on, off)
- Child lock (on, off)
- LED brightness (bright, dim, off)
- LED (on, off), LED brightness (bright, dim, off)
- Target humidity (30, 40, 50, 60, 70, 80)
- Dry mode (on, off)
- Attributes
Expand All @@ -247,7 +247,7 @@ Air Fresh VA2 | zhimi.airfresh.va2 | |
- button_pressed
- use_time
- hardware_version
- speed
- motor_speed
- depth
- dry

Expand Down
2 changes: 1 addition & 1 deletion source/_components/light.xiaomi_miio.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Supported models: `philips.light.moonlight`
* Brightness
* Color (not implemented)
* Color temperature (153...588 mireds)
* Scene (1, 2, 3, 4)
* Scene (1, 2, 3, 4, 5, 6)
* Attributes
- model
- scene
Expand Down
5 changes: 5 additions & 0 deletions source/_components/media_player.panasonic_viera.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ mac:
description: The MAC address of your Panasonic Viera TV, e.g., `AA:BB:CC:DD:99:1A`.
required: false
type: string
app_power:
description: Set to `true` if your Panasonic Viera TV supports "Turn on via App".
required: false
default: false
type: boolean
name:
description: The name you would like to give to the Panasonic Viera TV.
required: false
Expand Down
18 changes: 18 additions & 0 deletions source/_components/notify.rest.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,24 @@ method:
required: false
default: GET
type: string
verify_ssl:
description: Verify the SSL certificate of the endpoint.
required: false
type: boolean
default: True
authentication:
description: Type of the HTTP authentication. `basic` or `digest`.
required: false
default: basic
type: string
username:
description: The username for accessing the REST endpoint.
required: false
type: string
password:
description: The password for accessing the REST endpoint.
required: false
type: string
headers:
description: The headers for the request.
required: false
Expand Down
15 changes: 15 additions & 0 deletions source/_components/notify.telegram.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ authentication:
required: false
default: basic
type: string
verify_ssl:
description: Set to false to skip the validation of the server's SSL certificate.
required: false
default: true
type: boolean
keyboard:
description: List of rows of commands, comma-separated, to make a custom keyboard.
required: false
Expand Down Expand Up @@ -255,6 +260,11 @@ authentication:
required: false
default: basic
type: string
verify_ssl:
description: Set to false to skip the validation of the server's SSL certificate.
required: false
default: true
type: boolean
keyboard:
description: List of rows of commands, comma-separated, to make a custom keyboard.
required: false
Expand Down Expand Up @@ -309,6 +319,11 @@ authentication:
required: false
default: basic
type: string
verify_ssl:
description: Set to false to skip the validation of the server's SSL certificate.
required: false
default: true
type: boolean
keyboard:
description: List of rows of commands, comma-separated, to make a custom keyboard.
required: false
Expand Down
3 changes: 1 addition & 2 deletions source/_components/point.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,11 @@ Each Point exposes the following binary sensors:
- **heat**: `On` means hot, `Off` means normal
- **light**: `On` means light detected, `Off` means no light
- **moisture**: `On` means moisture detected (wet), `Off` means no moisture (dry)
- **motion**: `On` means motion detected, `Off` means no motion (clear)
- **sound**: `On` means sound detected, `Off` means no sound (clear)
- **tamper**: `On` means the point was removed or attached, `Off` means normal

<p class="note">
The binary sensors **battery**, **button_press** and **tamper** are switched `On` for a breif moment and are then switched back to `Off`.
The binary sensors **button_press**, **sound** and **tamper** are switched `On` for a breif moment and are then switched back to `Off`.
</p>

### {% linkable_title Automation example %}
Expand Down
29 changes: 0 additions & 29 deletions source/_components/sensor.api_streams.markdown

This file was deleted.

2 changes: 1 addition & 1 deletion source/_components/sensor.crimereports.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ha_release: 0.42
ha_iot_class: Cloud Polling
---

The `crimereports` sensor allows one to track reported incidents occurring in a given area. Incidents include anything reported to [Crime Reports](http://crimereports.com). Your regional emergency services may or may not report data. The sensor only counts incidents from the current day.
The `crimereports` sensor allows one to track reported incidents occurring in a given area. Incidents include anything reported to [Crime Reports](https://www.crimereports.com). Your regional emergency services may or may not report data. The sensor only counts incidents from the current day.

## {% linkable_title Configuration %}

Expand Down
41 changes: 0 additions & 41 deletions source/_components/sensor.iliad_italy.markdown

This file was deleted.

20 changes: 20 additions & 0 deletions source/_components/sensor.mhz19.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The MH-Z19 is a small non-dispersive infrared sensor that can measure CO2 level.

Check out the [Open Home Automation web site](https://www.open-homeautomation.com/2016/08/24/monitor-co2-levels-in-your-house/) for a quick guide how to connect the sensor to your PC or Raspberry Pi.

**Note:** the new version MH-Z19B requires the VIN to be connected to a 5V pin, rather than 3.3V.

## {% linkable_title Configuration %}

To use this sensor in your installation, add the following to your `configuration.yaml` file:
Expand Down Expand Up @@ -44,3 +46,21 @@ sensor:
- co2
- temperature
```

## {% linkable_title Raspberry Pi 3(+) GPIO UART and Hass.io %}

To directly connect the sensor on the GPIO pins of a RPi, first append the following to `config.txt` in the boot directory:

```text
enable_uart=1
```

Then (after a reboot): you can setup the sensor using:

```yaml
serial_device: /dev/tty.S0
```

## {% linkable_title Calibration %}

The MH-Z19B version of the sensor has Automatic Baseline Calibration enabled by default, which will calibrate the 400PPM level to the lowest measured PPM in the last 24h cycle. Currently the component does not allow turning this functionaly off.
2 changes: 1 addition & 1 deletion source/_components/sensor.pocketcasts.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ha_release: 0.39
ha_iot_class: Cloud Polling
---

The `pocketcasts` sensor platform let one monitor the podcasts at [Pocket Casts](https://play.pocketcasts.com/).
The `pocketcasts` sensor platform lets one monitor the podcasts at [Pocket Casts](https://play.pocketcasts.com/).

## {% linkable_title Configuration %}

Expand Down
5 changes: 5 additions & 0 deletions source/_components/sensor.reddit.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@ subreddits:
description: List of subreddits you want to get data on.
required: true
type: list
sort_by:
description: Sort reddit posts by new, top, controversial, and hot.
required: false
type: string
default: hot
{% endconfiguration %}
1 change: 0 additions & 1 deletion source/_components/sensor.spotcrime.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ sidebar: true
comments: false
sharing: true
footer: true
ha_category: Social
ha_release: 0.65
ha_iot_class: Cloud Polling
---
Expand Down
3 changes: 2 additions & 1 deletion source/_components/sensor.time_date.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ sensor:
- 'time'
- 'date'
- 'date_time'
- 'date_time_iso'
- 'time_date'
- 'time_utc'
- 'beat'
```

- **display_options** array (*Required*): The option to display. The types *date_time* and *time_date* shows the date and the time. The other types just the time or the date. *beat* shows the [Swatch Internet Time](http://www.swatch.com/en_us/internet-time).
- **display_options** array (*Required*): The option to display. The types *date_time*, *time_date*, and *date_time_iso* shows the date and the time. The other types just the time or the date. *beat* shows the [Swatch Internet Time](http://www.swatch.com/en_us/internet-time).

<p class='img'>
<img src='{{site_root}}/images/screenshots/time_date.png' />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ sensor:
- wind_direction
- wind_direction_text
- wind_speed
- precipitation_amount
- precipitation_amountname
```

{% configuration %}
Expand Down Expand Up @@ -73,6 +75,11 @@ monitored_conditions:
description: Rough wind direction in twelve variants (Swedish text).
wind_speed:
description: Average wind speed during the last 10 minutes.
precipitation_amount:
description: Amount of precipitation.
precipitation_amountname:
description: Amount of precipitation in thirteen variants (Swedish text).

{% endconfiguration %}

## {% linkable_title Obtaining API key %}
Expand Down Expand Up @@ -120,4 +127,6 @@ sensor:
- road_temp
- humidity
- precipitation
- precipitation_amount
- precipitation_amountname
```
35 changes: 35 additions & 0 deletions source/_components/sensor.websocket_api.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: page
title: "Websocket Connections Sensor"
description: "Instructions on how to count connected clients within Home Assistant."
date: 2019-03-20 10:00
sidebar: true
comments: false
sharing: true
footer: true
logo: home-assistant.png
ha_category: Utility
ha_release: 0.33
ha_iot_class: Local Push
ha_qa_scale: internal
redirect_from:
- /components/sensor.api_stream/
- /components/sensor.api_streams/

---

The `websocket_api` sensor platform shows how many clients are connected to the stream API.

## {% linkable_title Configuration %}

To add the connected clients to your installation, add the following to your `configuration.yaml` file:

```yaml
# Example configuration.yaml entry
sensor:
- platform: websocket_api
```

### {% linkable_title Note %}

This replaces the previous `api_streams` sensor.
Loading