This commit is contained in:
Paulus Schoutsen 2017-02-26 11:57:31 -08:00
parent 00b315abe7
commit 9fa6b9a15b
2 changed files with 51 additions and 4 deletions

View File

@ -0,0 +1,48 @@
---
layout: page
title: Fido
description: "Instructions on how to set up Fido sensors within Home Assistant."
date: 2017-02-14 08:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Sensor
ha_release: 0.39
---
Get your current talk/text/data usage from your Fido (http://fido.ca) account
```yaml
# Example configuration.yaml entry
sensor:
- platform: fido
username: YOUPHONENUMBER
password: PASSWORD
monitored_variables:
- fido_dollar
- balance
- data_used
- data_limit
- data_remaining
- text_used
- text_limit
- text_remaining
- mms_used
- mms_limit
- mms_remaining
- text_int_used
- text_int_limit
- text_int_remaining
- talk
- talk_limit
- talt_remaining
- talk_other
- talk_other_limit
- talt_other_remaining
```
Configuration options for the Fido Sensor:
- **username** (*Required*): Your phone number
- **password** (*Required*): The password for the given phone number.

View File

@ -1,13 +1,12 @@
---
layout: page
title: Fedex Sensor
description: "Instructions on how to set up FedEx sensors within Home Assistant."
title: PocketCasts
description: "Instructions on how to set up PocketCasts sensors within Home Assistant."
date: 2017-02-14 08:00
sidebar: true
comments: false
sharing: true
footer: true
logo: fedex.png
ha_category: Sensor
ha_release: 0.39
---
@ -22,7 +21,7 @@ sensor:
password: YOUR_PASSWORD
```
Configuration options for the FedEx Sensor:
Configuration options for the PocketCasts Sensor:
- **username** (*Required*): The username to access the PocketCasts service.
- **password** (*Required*): The password for the given username.