GithubHelp home page GithubHelp logo

bcutter / authenticated Goto Github PK

View Code? Open in Web Editor NEW

This project forked from custom-components/authenticated

0.0 0.0 1.0 153 KB

A platform which allows you to get information about successfull logins to Home Assistant.

License: MIT License

Python 100.00%

authenticated's Introduction

Just keeping this great integration for personal use.

  • Unfortunately the original author decided to mark it as deprecated and set it to archive/read only mode.
  • Anyway, it still can be used adding this repository as custom repository in HACS.
  • Let's hope it will continue to work as long as possible: only perfect and final solution would be someone integrating it into core.

Original readme below the following line.


At this point this integtration is considered deprecated.

Parts of it can probably be added to core by someone, if its usefull.

For general info about securing your instance:

old readme

authenticated

A platform which allows you to get information successful logins to Home Assistant.

To get started you should know what to get from this repo, or use HACS.

Example configuration.yaml:

sensor:
  - platform: authenticated

Configuration variables:

key required default description
platform yes The sensor platform name.
enable_notification no true Turn on/off persistant_notifications when a new IP is detected, can be true/false.
exclude no A list of IP addresses you want to exclude.
provider no 'ipapi' The provider you want to use for GEO Lookup, 'ipapi', 'extreme', 'ipvigilante'.
log_location no Full path to the logfile.

Sample overview:
Sample overview

If a new IP is detected, it will be added to a .ip_authenticated.yaml file in your configdir, with this information:

8.8.8.8:
  city: Mountain View
  country: US
  hostname: google-public-dns-a.google.com
  last_authenticated: '2018-07-26 09:27:01'
  previous_authenticated_time: '2018-07-26 09:27:01'
  region: california

If not disabled, you will also be presented with a persistent_notification about the event:
notification

Debug logging

In your configuration.yaml

logger:
  default: warn
  logs:
    custom_components.sensor.authenticated: debug

buymeacoffee.com

authenticated's People

Contributors

bcutter avatar claytonjn avatar gieljnssns avatar guykh avatar ludeeus avatar mikeage avatar pinkywafer avatar tjorim avatar tmcarr avatar tolkonepiu avatar

Forkers

mitchcapper

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.