Home Assistant component to integrate with EO Mini chargers.
Note that the EO Mini Pro 3 uses a different app than this Home Assistant integration. If you are able to use the "EO Smart Home" app to log in, this integration should work, but not if you use the "EO Charging" app.
configuration.yaml
).custom_components
directory (folder) there, you need to create it.custom_components
directory (folder) create a new folder called eo_mini
.custom_components/eo_mini/
directory (folder) in this repository.Using your HA configuration directory (folder) as a starting point you should now also have this:
custom_components/eo_mini/translations/en.json
custom_components/eo_mini/translations/nb.json
custom_components/eo_mini/translations/sensor.nb.json
custom_components/eo_mini/__init__.py
custom_components/eo_mini/api.py
custom_components/eo_mini/binary_sensor.py
custom_components/eo_mini/config_flow.py
custom_components/eo_mini/const.py
custom_components/eo_mini/manifest.json
custom_components/eo_mini/sensor.py
custom_components/eo_mini/switch.py
If you want to contribute to this please read the Contribution guidelines