Skip to content

Commit 69635dc

Browse files
committed
Update zestimate docs
1 parent cf6818f commit 69635dc

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

source/_components/sensor.zestimate.markdown

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,28 @@ comments: false
88
sharing: true
99
footer: true
1010
ha_category: Sensor
11+
logo: zillow.png
1112
ha_release: 0.65
1213
ha_iot_class: "Cloud Polling"
1314
---
1415

1516
The `zestimate` sensor allows one to track the Zestimate value of properties using the [Zillow API](https://www.zillow.com/howto/api/APIOverview.htm).
1617

18+
## {% linkable_title Configuration %}
19+
1720
You will need to sign up for the Zillow API at the following link [Zillow API](https://www.zillow.com/howto/api/APIOverview.htm). You will also need the Zillow property ID for each property you'd like to track. This information is available from the URL of a property you are interested in.
1821

19-
For example, the White House zpid is 84074482 and can be found in it's Zillow URL: https://www.zillow.com/homedetails/1600-Pennsylvania-Ave-NW-Washington-DC-20006/84074482_zpid/
22+
For example, the White House zpid is 84074482 and can be found in it's Zillow URL: [https://www.zillow.com/homedetails/1600-Pennsylvania-Ave-NW-Washington-DC-20006/84074482_zpid/](https://www.zillow.com/homedetails/1600-Pennsylvania-Ave-NW-Washington-DC-20006/84074482_zpid/)
2023

2124
To enable this sensor, add the following lines to your `configuration.yaml`.
2225

2326
```yaml
2427
sensor:
2528
- platform: zestimate
26-
api_key: API_KEY
29+
api_key: YOUR_API_KEY
2730
zpid:
28-
- <your zpid 1>
29-
- <your zpid 2>
31+
- YOUR_ZPID_1
32+
- YOUR_ZPID_2
3033
```
3134
3235
{% configuration %}
@@ -40,7 +43,7 @@ zpid:
4043
type: list
4144
{% endconfiguration %}
4245
43-
### Additional Attributes
46+
### {% linkable_title Additional Attributes %}
4447
4548
The following additional attributes are also available via the sensor.
4649
9 KB
Loading

0 commit comments

Comments
 (0)