ryanmac8 / HA-Mint-Mobile

Mint Mobile Integration for Data Usage Monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mint Mobile - Home Assistant Integration

This integration creates a sensor for each line and displays the remaining data usage for the month. If you have a Mint Mobile family, it will also pull in the data usage for each line. The sensor name is includes additional attributes about the line.

Attributes Included:

  • Number of months purchased for plan
  • Days remaining in month (The number of days left in the data plan month)
  • Days remaining for plan (The number of days left that you have purchased)
  • Phone number
  • Line name
  • Last updated

Attributes As Additional Sensors

If you want to have the following attributes as additional sensors, during the setup process or under the integration options menu check 'Display Attributes As Additional Sensors'.

  • Number of months purchased for plan
  • Days remaining in month (The number of days left in the data plan month)
  • Days remaining for plan (The number of days left that you have purchased)

hacs_badge

Validate with hassfest

GitHub contributors Maintenance GitHub commit activity GitHub last commit


Enjoying my integration? Help me out and buy me a for $3!

coffee


Installation

HACS (Recommended)

  1. Have HACS installed, this will allow you to easily update
  2. Add https://github.com/ryanmac8/HA-Mint-Mobile as a custom repository and Type: Integration
  3. Click install under "Mint Mobile", restart your instance.

Manual Installation

  1. Download this repository as a ZIP (green button, top right) and unzip the archive
  2. Copy the mintmobile folder inside the custom_components folder to the Home Assistant /<config path>/custom_components/ directory
    • You may need to create the custom_components in your Home Assistant installation folder if it does not exist
    • On Home Assistant (formerly Hass.io) and Home Assistant Container the final location should be /config/custom_components/mintmobile
    • On Home Assistant Supervised, Home Assistant Core, and Hassbian the final location should be /home/homeassistant/.homeassistant/custom_components/mintmobile
  3. Restart your instance.

About

Mint Mobile Integration for Data Usage Monitoring

License:MIT License


Languages

Language:Python 100.0%