home-assistant.github.io/source/_components/sensor.fido.markdown
Paulus Schoutsen 9fa6b9a15b Fix
2017-02-26 11:57:31 -08:00

1,017 B

layout title description date sidebar comments sharing footer ha_category ha_release
page Fido Instructions on how to set up Fido sensors within Home Assistant. 2017-02-14 08:00 true false true true Sensor 0.39

Get your current talk/text/data usage from your Fido (http://fido.ca) account

# 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.