Skip to content

Commit

Permalink
Add info on component not found error to README
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurrump committed Jan 21, 2023
1 parent 66ec27d commit f3dbd12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,9 @@ The boiler can also report several numerical values, which are available through
- `t_dhw_set`: Domestic hot water temperature setpoint (°C)
- `max_t_set`: Maximum allowable CH water setpoint (°C)
<!-- END schema_docs:sensor -->

## Troubleshooting

### `Component not found: opentherm.`

If ESPHome reports that it is unable to find the component, this might be due to the use of an older version of Python. It should work on version 3.9 (which is what runs in CI) and higher, but older versions may not support all typing features used in this project. You can update to a newer Python version, or install the backported typing library with `pip install typing-extensions`. (Thanks to [@Arise for figuring this out](https://github.com/arthurrump/esphome-opentherm/issues/10)!)

0 comments on commit f3dbd12

Please sign in to comment.