You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Platform | Description
21
21
## Installation
22
22
23
23
24
-
### HACS installation (recommended)
24
+
### HACS installation (recommended)
25
25
26
26
1. Download the integration via HACS
27
27
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=nickknissen&repository=hass-monta&category=integration)
@@ -45,8 +45,8 @@ Platform | Description
45
45
### Manual installation
46
46
1. Using your tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).
47
47
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.
50
50
1. Place the files you downloaded into the new directory (folder) you created.
51
51
1. Restart Home Assistant
52
52
1. In the HA UI go to "Configuration" -> "Integrations", click "+", and search for "Monta"
0 commit comments