core/homeassistant/components/habitica
Mr. Bubbles 50577883dc
Add option to login with username/email and password in Habitica integration (#117622)
* add login/password authentication

* add advanced config flow

* remove unused exception classes, fix errors

* update username in init

* update tests

* update strings

* combine steps with menu

* remove username from entry

* update tests

* Revert "update tests"

This reverts commit 6ac8ad6a26547b623e217db817ec4d0cf8c91f1d.

* Revert "remove username from entry"

This reverts commit d9323fb72df3f9d41be0a53bb0cbe16be718d005.

* small changes

* remove pylint broad-excep

* run habitipy init in executor

* Add text selectors

* changes
2024-08-30 17:08:06 +02:00
..
__init__.py Add option to login with username/email and password in Habitica integration (#117622) 2024-08-30 17:08:06 +02:00
button.py Improve rate limit handling in Habitica integration (#121763) 2024-08-16 11:41:04 +02:00
config_flow.py Add option to login with username/email and password in Habitica integration (#117622) 2024-08-30 17:08:06 +02:00
const.py
coordinator.py Fix missing id in Habitica completed todos API response (#124565) 2024-08-25 15:15:47 +02:00
entity.py
icons.json Update icons.json to new service schema part 2 (#124769) 2024-08-28 13:47:41 +02:00
manifest.json
sensor.py Disable Habitica deprecated entities by default (#123522) 2024-08-21 14:59:08 +02:00
services.yaml
strings.json Add option to login with username/email and password in Habitica integration (#117622) 2024-08-30 17:08:06 +02:00
switch.py
todo.py Improve rate limit handling in Habitica integration (#121763) 2024-08-16 11:41:04 +02:00
util.py