Skip to content

Commit f75fffd

Browse files
committed
chore: update monta package to 1.0.4
Updates the monta dependency from 1.0.3 to 1.0.4 to resolve async-timeout dependency conflict with Home Assistant. The new version removes the async-timeout dependency in favor of Python 3.11+ built-in asyncio.timeout(). Also updates README.md to correctly reference the monta directory instead of hass_monta.
1 parent caa904e commit f75fffd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Platform | Description
2121
## Installation
2222

2323

24-
### HACS installation (recommended)
24+
### HACS installation (recommended)
2525

2626
1. Download the integration via HACS
2727
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=nickknissen&repository=hass-monta&category=integration)
@@ -45,8 +45,8 @@ Platform | Description
4545
### Manual installation
4646
1. Using your tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).
4747
1. If you do not have a `custom_components` directory (folder) there, you need to create it.
48-
1. In the `custom_components` directory (folder) create a new folder called `hass_monta`.
49-
1. Download _all_ of the files from the `custom_components/hass_monta/` directory [here](https://github.com/nickknissen/hass-monta/tree/main/custom_components/hass_monta), in this repository.
48+
1. In the `custom_components` directory (folder) create a new folder called `monta`.
49+
1. Download _all_ of the files from the `custom_components/monta/` directory [here](https://github.com/nickknissen/hass-monta/tree/main/custom_components/monta), in this repository.
5050
1. Place the files you downloaded into the new directory (folder) you created.
5151
1. Restart Home Assistant
5252
1. In the HA UI go to "Configuration" -> "Integrations", click "+", and search for "Monta"

custom_components/monta/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"monta"
1515
],
1616
"requirements": [
17-
"monta==1.0.3"
17+
"monta==1.0.4"
1818
],
1919
"version": "1.3.0"
2020
}

0 commit comments

Comments
 (0)