Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gotify component #53050

Closed

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    1c0b66a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Update homeassistant/components/gotify/manifest.json

    Co-authored-by: Milan Meulemans <milan.meulemans@live.be>
    benjmarshall and milanmeu committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    4581a82 View commit details
    Browse the repository at this point in the history
  2. Update old function name

    benjmarshall committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    fee256f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4bc041 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    4532ed1 View commit details
    Browse the repository at this point in the history
  2. Simplify ConfigFlow

    milanmeu committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    135ff81 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Merge pull request #5 from milanmeu/patch-9

    Simplify the ConfigFlow
    benjmarshall committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    283d95e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c610f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from benjmarshall/gotify_config_flow

    Migrate component to Config Flow
    benjmarshall committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    e60f4d0 View commit details
    Browse the repository at this point in the history
  4. Remove unused strings.

    benjmarshall committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    c53b8a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    537b537 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Fix calling discovery for Notification platform. Fix creation of spec…

    …ific notify service. Add intiial support for multiple entries.
    benjmarshall committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    99825bc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    02654ad View commit details
    Browse the repository at this point in the history
  2. Fix default form input.

    benjmarshall committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    f4bd2b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3e02cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ee71d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca2cf85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    632f84e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Use entry_id as ID to store config against. Re-work initial configura…

    …tion to use client token to allow the creationg of a new gotify application if required. Re-work to allow multiple config entires to exist. Generate entry name from gotify application name instead of user supplied name.
    benjmarshall committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    29ef3f8 View commit details
    Browse the repository at this point in the history
  2. Remove print statement.

    benjmarshall committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    eaa96e2 View commit details
    Browse the repository at this point in the history