Due to the fact that humidity levels are different during the summer and winter, a static humidity level switching the fan is on/off is not possible. This binary_sensor detects high rises in humidity and switches on. And switches off when the humidity is back to normal.
In your configuration.yaml
you'll need:
Next, add some automations to control the charge levels:
```yaml
automation:
- alias: some alias
trigger:
platform: state
entity_id:
action:
- service:
entity_id:
- In HACS Store, search for [ztamas83/homeassistant-generic-charge-controller]
- Install the custom integration
- Setup the generic charge controller custom integration as described above
- Clone this repo
- Copy the
custom_components/generic_charge_controller
folder into your HA'scustom_components
folder - Setup the generic charge controller custom integration as described above