Skip to content

tcb678/package-concierge-hass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Concierge Scraper Component for Home Assistant

This component is not currently maintained

Home Assistant custom component for Package Concierge that can login and get a count (maximum 5) of packages waiting to be picked up from the Package Concierge package locker system. It also supports multiple users by registering multiple sensors.

It exposes a sensor (by default sensor.package_concierge_USERNAME, but overridden by setting name:) that is a count of the number of packages in the "Delivered" status.

Installation Using HACS

hacs_badge

This custom component can be installed using HACS. Follow these steps and use the repository URL https://github.com/corbanmailloux/package-concierge-hass

Manual Installation

Copy the contents of the custom_components/package_concierge/ folder to <config_dir>/custom_components/package_concierge/ on your Home Assistant installation.

Configuration

Add the following to your configuration.yaml file (or a package file):

# Example configuration.yaml entry
sensor:
  - platform: package_concierge
    name: package_concierge_corban # Optional
    username: "USERNAME"
    password: "0000" # PIN

About

Home Assistant Custom Component for Package Concierge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%