mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update sensor.fido.markdown configuration (#7112)
* Update sensor.fido.markdown https://github.com/home-assistant/home-assistant.io/issues/6385 * Update sensor.fido.markdown
This commit is contained in:
parent
97bfe06f71
commit
96311c83ea
@ -33,28 +33,62 @@ sensor:
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **username** (*Required*): You Fido username (your Fido phone number or your email).
|
||||
- **password** (*Required*): Your Fido password.
|
||||
- **number** (*Optional*): Your Fido phone number (it will use your username if empty).
|
||||
- **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 international calls)
|
||||
- **other_talk_limit**: Other talk time limit
|
||||
- **other_talt_remaining**: Other talk time remaining
|
||||
{% configuration %}
|
||||
username:
|
||||
description: Your Fido username (your Fido phone number or your email).
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: Your Fido password.
|
||||
required: true
|
||||
type: string
|
||||
number:
|
||||
description: Your Fido phone number (it will use your username if empty).
|
||||
required: false
|
||||
type: string
|
||||
monitored_variables:
|
||||
description: Variables to monitor.
|
||||
required: true
|
||||
type: list
|
||||
keys:
|
||||
fido_dollar:
|
||||
description: Your Fido dollar balance
|
||||
balance:
|
||||
description: Your account balance
|
||||
data_used:
|
||||
description: Current data used
|
||||
data_limit:
|
||||
description: Current data limit
|
||||
data_remaining:
|
||||
description: Current data remaining
|
||||
text_used:
|
||||
description: SMS sent
|
||||
text_limit:
|
||||
description: SMS limit
|
||||
text_remaining:
|
||||
description: SMS remaining
|
||||
mms_used:
|
||||
description: MMS sent
|
||||
mms_limit:
|
||||
description: MMS limit
|
||||
mms_remaining:
|
||||
description: MMS remaining
|
||||
text_int_used:
|
||||
description: International SMS sent
|
||||
text_int_limit:
|
||||
description: International SMS limit
|
||||
text_int_remaining:
|
||||
description: International SMS remaining
|
||||
talk_used:
|
||||
description: Talk time used
|
||||
talk_limit:
|
||||
description: Talk time limit
|
||||
talt_remaining:
|
||||
description: Talk time remaining
|
||||
other_talk_used:
|
||||
description: Other talk time used (It could be international calls)
|
||||
other_talk_limit:
|
||||
description: Other talk time limit
|
||||
other_talt_remaining:
|
||||
description: Other talk time remaining
|
||||
{% endconfiguration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user