Commit Graph

8 Commits

Author SHA1 Message Date
Mike Marvin
fea0154c75 Fix for outlets and EVSEs no longer working (#402)
Removed the failing call to get location properties, the API started
returning that natively a while back so the call wasn't necessary
anymore anyway.

Additionally tweaks the service description for setting the EVSE
current. Still might need to tweak that further to match the latest
expectations but this should be an improvement toward that. Longer term
I want to get back to it only showing EVSEs in the list instead of all
outlets but it's better than nothing!
2025-12-23 16:16:49 -05:00
Mike Marvin
92647f6835 Initial Support for Re-Auth and Reconfiguration (#350)
- Updates to config flows to support re-auth when password changes and
reconfiguration to change the configuration normally set during
initialization.
- Add config option to invert solar data, defaults to true. This should
allow the user to choose if they want it inverted, since the energy
dashboard requires positive data but emporia usually provides negative
for generation.
- A bunch of typing and similar style updates
- Update some translation strings
- Add support for using the API simulator without dev code
2025-02-02 17:26:32 -05:00
Mike Marvin
33ac4e9e40 Add support for reauthentication without fully removing and readding (#344)
Also linter changes. Need to standardize those at some point, I try to
stick to the ones in the Home Assistant core repo.
2025-01-19 17:07:16 -05:00
Tim Laing
44673931db Added OptionFlow and fixed formatting and typing issues (#316)
* Added OptionsFlow support
* Formatted code
* Corrected and added typing
* Removed linting errors where possible
* Added VSCode configuration files
2025-01-19 12:45:45 -05:00
magico13
0bd07c28c0 Remove title from strings.json 2023-06-13 20:59:08 -04:00
magico13
ea30d011fd Show text for enabling extra sensors. Start adding checks for being enabled 2021-01-31 19:54:44 -05:00
magico13
4628fabfe3 Start trying to use a single API call to update sensors 2020-11-16 23:03:02 -05:00
magico13
c06d286b3c Initial commit 2020-03-14 18:24:27 -04:00