Skip to content

Commit 17e8d0b

Browse files
authored
Update README.md
1 parent 9b5cc6f commit 17e8d0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ pipx install poetry
1919
pipx ensurepath
2020
```
2121

22-
You will need to log out and log back in for the PATh chnages to take effect.
22+
You will need to log out and log back in for the PATH changes to take effect.
2323
You can then install the necessary Python dependencies:
2424

2525
```sh
2626
cd mqtt-bed
2727
poetry install
2828
```
2929

30-
This will automatically istall all of the necessary dependencies outlined in the `pyproject.toml` file. If you prefer not to use Poetry, you can still do the typical `pip3 install .` but will need to maintain your own virtual environment.
30+
This will automatically install all of the necessary dependencies outlined in the `pyproject.toml` file. If you prefer not to use Poetry, you can still do the typical `pip3 install .` but will need to maintain your own virtual environment.
3131

3232

3333
## Configuration
34-
To configure all of the setting sused in the program, such as the MQTT credentials, bluetooth address of your bed, etc, you will need to modify the values in `config.yaml`. This setp is **essential** to getting your integration functional.
34+
To configure all of the settings used in the program, such as the MQTT credentials, bluetooth address of your bed, etc, you will need to modify the values in `config.yaml`. This setup is **essential** to getting your integration functional.
3535

3636
### Bed address
37-
There are numerous ways to get ther address for your bed. If you can already control the bed via your phone, check the list of paired bluetooth devices, and find the address for your bed's connection in the format `00:00:00:00:00:00`.
37+
There are numerous ways to get the address for your bed. If you can already control the bed via your phone, check the list of paired bluetooth devices, and find the address for your bed's connection in the format `00:00:00:00:00:00`.
3838

3939
If you have a Serta bed, and are using the [Serta MP Remote app](https://apk-dl.com/serta-mp-remote/), you can find the mac address there.
4040

@@ -154,7 +154,7 @@ If your adjustable bed is not integrated into this repository yet, and you creat
154154

155155
To integrate your own bed, you should follow the examples in `controllers/dewertokin.py` and `controllers/linak.py` utilizing the bluepy package rather than the deprecated pygatt/gatttool integrations.
156156

157-
Just cretae your own controller class with an `__init__` function to kick off the connection to your bed, and add your contorller to the list of valid controllers in the `main()` function of `mqtt-bed.py`.
157+
Just create your own controller class with an `__init__` function to kick off the connection to your bed, and add your controller to the list of valid controllers in the `main()` function of `mqtt-bed.py`.
158158

159159

160160
## Resources

0 commit comments

Comments
 (0)