Skip to content

Commit

Permalink
bump version in manifest, add more info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tlskinneriv committed Sep 10, 2023
1 parent 2297d4f commit 54410fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ Configuration is performed via the Home Assistant user interface. You will need
- Name: a friendly name for the device to display in Home Assistant
- MAC: the MAC address for the device

Once configured, setup the accompanying add-on [AWNET](https://github.com/tlskinneriv/hassio-addons/tree/master/awnet) (see the [docs](https://github.com/tlskinneriv/hassio-addons/blob/master/awnet/DOCS.md) for direct instructions).
Once configured, setup the accompanying add-on
[AWNET](https://github.com/tlskinneriv/hassio-addons/tree/master/awnet) (see the
[docs](https://github.com/tlskinneriv/hassio-addons/blob/master/awnet/DOCS.md) for direct
instructions).

> NOTE: Entities for the device will not show up until the add-on referenced above is installed and
> the settings are properly configured on the Ambient Weather device. Currently, the integration
> supports only one weather station.
## Service

Expand Down
8 changes: 5 additions & 3 deletions custom_components/awnet_local/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"domain": "awnet_local",
"name": "Ambient Weather Station - Local",
"codeowners": ["@tlskinneriv"],
"codeowners": [
"@tlskinneriv"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/tlskinneriv/awnet_local",
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/tlskinneriv/awnet_local/issues",
"requirements": [],
"version": "1.1.3"
}
"version": "1.2.0"
}

0 comments on commit 54410fd

Please sign in to comment.