mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Add fido sensor component documentation (#2158)
This commit is contained in:
parent
4f1d9cda0a
commit
69fa61358c
@ -1,24 +1,27 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Fido
|
title: "Fido"
|
||||||
description: "Instructions on how to set up Fido sensors within Home Assistant."
|
description: "Instructions how to integrate Fido data usage within Home Assistant."
|
||||||
date: 2017-02-14 08:00
|
date: 2017-01-01 17:17
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
logo: fido.jpg
|
||||||
ha_category: Sensor
|
ha_category: Sensor
|
||||||
ha_release: 0.39
|
ha_release: 0.39
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
Get your current talk/text/data usage from your Fido (http://fido.ca) account
|
|
||||||
|
Integrate your [Fido](https://www.fido.ca/) account information into Home Assistant.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
ensor:
|
||||||
- platform: fido
|
- platform: fido
|
||||||
username: YOUPHONENUMBER
|
username: MYUSERNAME
|
||||||
password: PASSWORD
|
password: MYPASSWORD
|
||||||
monitored_variables:
|
monitored_variables:
|
||||||
- fido_dollar
|
- fido_dollar
|
||||||
- balance
|
- balance
|
||||||
@ -34,15 +37,36 @@ sensor:
|
|||||||
- text_int_used
|
- text_int_used
|
||||||
- text_int_limit
|
- text_int_limit
|
||||||
- text_int_remaining
|
- text_int_remaining
|
||||||
- talk
|
- talk_used
|
||||||
- talk_limit
|
- talk_limit
|
||||||
- talt_remaining
|
- talt_remaining
|
||||||
- talk_other
|
- other_talk_used
|
||||||
- talk_other_limit
|
- other_talk_limit
|
||||||
- talt_other_remaining
|
- other_talt_remaining
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration options for the Fido Sensor:
|
Configuration variables:
|
||||||
|
|
||||||
- **username** (*Required*): Your phone number
|
- **username** (*Required*): You Fido username (your Fido phone number).
|
||||||
- **password** (*Required*): The password for the given phone number.
|
- **password** (*Required*): Your Fido password.
|
||||||
|
- **monitored_variables** array (*Required*): Variables to monitor.
|
||||||
|
- **fido_dollar**: Your Fido dollar balance
|
||||||
|
- **balance**: Your account balance
|
||||||
|
- **data_used**: Current data used
|
||||||
|
- **data_limit**: Current data limit
|
||||||
|
- **data_remaining**: Current data remaining
|
||||||
|
- **text_used**: SMS sent
|
||||||
|
- **text_limit**: SMS limit
|
||||||
|
- **text_remaining**: SMS remaining
|
||||||
|
- **mms_used**: MMS sent
|
||||||
|
- **mms_limit**: MMS limit
|
||||||
|
- **mms_remaining**: MMS remaining
|
||||||
|
- **text_int_used**: International SMS sent
|
||||||
|
- **text_int_limit**: International SMS limit
|
||||||
|
- **text_int_remaining**: International SMS remaining
|
||||||
|
- **talk_used**: Talk time used
|
||||||
|
- **talk_limit**: Talk time limit
|
||||||
|
- **talt_remaining**: Talk time remaining
|
||||||
|
- **other_talk_used**: Other talk time used (It could be internation calls)
|
||||||
|
- **other_talk_limit**: Other talk time limit
|
||||||
|
- **other_talt_remaining**: Other talk time remaining
|
||||||
|
BIN
source/images/supported_brands/fido.png
Normal file
BIN
source/images/supported_brands/fido.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
x
Reference in New Issue
Block a user