From 9fa6b9a15b09b91ea0f9d1865dad8bbbf27c1140 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 26 Feb 2017 11:57:31 -0800 Subject: [PATCH] Fix --- source/_components/sensor.fido.markdown | 48 +++++++++++++++++++ .../_components/sensor.pocketcasts.markdown | 7 ++- 2 files changed, 51 insertions(+), 4 deletions(-) create mode 100644 source/_components/sensor.fido.markdown diff --git a/source/_components/sensor.fido.markdown b/source/_components/sensor.fido.markdown new file mode 100644 index 00000000000..65934a6bc5a --- /dev/null +++ b/source/_components/sensor.fido.markdown @@ -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. diff --git a/source/_components/sensor.pocketcasts.markdown b/source/_components/sensor.pocketcasts.markdown index ef2c12572b7..37769f6739f 100644 --- a/source/_components/sensor.pocketcasts.markdown +++ b/source/_components/sensor.pocketcasts.markdown @@ -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.