Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: neilenns/ambientweather2mqtt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.3
Choose a base ref
...
head repository: neilenns/ambientweather2mqtt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 6 commits
  • 13 files changed
  • 5 contributors

Commits on Dec 31, 2021

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

Commits on Jun 7, 2022

  1. Bump minimist from 1.2.5 to 1.2.6 (#71)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f041238 View commit details
    Browse the repository at this point in the history
  2. Bump moment from 2.29.1 to 2.29.2 (#72)

    Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
    - [Release notes](https://github.com/moment/moment/releases)
    - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
    - [Commits](moment/moment@2.29.1...2.29.2)
    
    ---
    updated-dependencies:
    - dependency-name: moment
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    aded308 View commit details
    Browse the repository at this point in the history
  3. Bump ansi-regex from 5.0.0 to 5.0.1 (#74)

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f23147f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Support HA addon (#75)

    * Addon values (needs work)
    
    * Requires mqtt to work
    
    * Use correct slug and also support env variables through docker
    
    * Add other necessary config vals
    
    * Add repository
    
    * Add all archs to supported list
    
    * Add addon dev container for testing
    
    * Fix validation errors
    
    * Fix installing of jq
    
    * Add schema
    
    * Fix name of port
    
    * Use correct name
    
    * Correctly set the startup script
    
    * Update configuration
    
    * Add verbose option for logging
    
    * Add install instructions / README
    
    * Add HA repository button
    
    * Remove entrypoint
    
    * Update README.md
    
    Co-authored-by: Neil Enns <[email protected]>
    
    * Move instructions to main README
    
    * Hard set internal port as 8132 and default host port to 7000
    
    * Hard set internal PORT variable as 8132
    
    * Remove port config option
    
    * Set password type
    
    * Adjust default unauthorized var
    
    * add url for repo
    
    * Update readme for mobile setup configuration
    
    * Update hassio_aw2m/config.yaml
    
    Co-authored-by: Neil Enns <[email protected]>
    
    * Update hassio_aw2m/config.yaml
    
    Co-authored-by: Neil Enns <[email protected]>
    
    * Update hassio_aw2m/config.yaml
    
    Co-authored-by: Neil Enns <[email protected]>
    
    * Update hassio_aw2m/config.yaml
    
    Co-authored-by: Neil Enns <[email protected]>
    
    * Update hassio_aw2m/config.yaml
    
    Co-authored-by: Neil Enns <[email protected]>
    
    Co-authored-by: Neil Enns <[email protected]>
    NickM-27 and neilenns authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b410341 View commit details
    Browse the repository at this point in the history
  2. Readme file is busted (#78)

    Fixes #77
    
    Co-authored-by: Neil Enns <{ID}+{username}@users.noreply.github.com>
    neilenns and Neil Enns authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    232d99d View commit details
    Browse the repository at this point in the history
Loading