mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +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.
|
description: Your house number.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
house_number_suffix:
|
||||||
|
description: A suffix for your house number.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
name:
|
name:
|
||||||
description: Let you overwrite the name of the device in the frontend.
|
description: Let you overwrite the name of the device in the frontend.
|
||||||
required: false
|
required: false
|
||||||
@ -68,6 +72,7 @@ sensor:
|
|||||||
- platform: rova
|
- platform: rova
|
||||||
zip_code: ZIP_CODE
|
zip_code: ZIP_CODE
|
||||||
house_number: HOUSE_NUMBER
|
house_number: HOUSE_NUMBER
|
||||||
|
house_number_suffix: HOUSE_NUMBER_SUFFIX
|
||||||
name: Rova
|
name: Rova
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- bio
|
- bio
|
||||||
@ -99,3 +104,7 @@ automation:
|
|||||||
message: 'Reminder: put out biowaste bin'
|
message: 'Reminder: put out biowaste bin'
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% 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