Add suffix to house_number (#8624)

* Add suffix to house_number

**Description:**

**Pull request in [home-assistant](https://github.com/home-assistant/home-assistant) (if applicable):** home-assistant/home-assistant#21182

* Update sensor.rova.markdown
This commit is contained in:
Gido 2019-02-21 15:51:17 +01:00 committed by Charles Garwood
parent ebcfa2bcc7
commit bc9c8a2a9b

View File

@ -36,6 +36,10 @@ house_number:
description: Your house number.
required: true
type: string
house_number_suffix:
description: A suffix for your house number.
required: false
type: string
name:
description: Let you overwrite the name of the device in the frontend.
required: false
@ -68,6 +72,7 @@ sensor:
- platform: rova
zip_code: ZIP_CODE
house_number: HOUSE_NUMBER
house_number_suffix: HOUSE_NUMBER_SUFFIX
name: Rova
monitored_conditions:
- bio
@ -99,3 +104,7 @@ automation:
message: 'Reminder: put out biowaste bin'
```
{% endraw %}
<p class='note warning'>
This component is not affiliated with Rova and retrieves data from the endpoints of their website. Use at your own risk.
</p>