Cobbled together code from the Internet to make Frigidaire AC work with the latest HomeAssistant
Sources:
- https://github.com/bm1549/core/tree/frigidaire
- https://community.home-assistant.io/t/frigidaire-air-conditioners/198791/59
Key Changes:
- Added a version to the plugin manifest
- Updated the frigidaire plugin to support REST API changes
- Updated config_flow.py to support homeassistant API changes
Copy or clone this repository into a subdirectory of "config/custom_components",
where "config" is the directory containing "homeassistant.yaml". For example,
executing git clone
inside the "custom_components" directory
will place this in "config/custom_components/frigidaire_homeassistant".
Make sure to rename the folder from its cloned name (e.g., "frigidaire_homeassistant") to "frigidaire".
Then, restart HomeAssistant, add a Frigidaire device, and login using your Frigidaire account.