mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix
This commit is contained in:
parent
00b315abe7
commit
9fa6b9a15b
48
source/_components/sensor.fido.markdown
Normal file
48
source/_components/sensor.fido.markdown
Normal 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.
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user