mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
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:
parent
ebcfa2bcc7
commit
bc9c8a2a9b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user