epenet
|
f3f5fca0b9
|
Mark turn_on/turn_off/toggle as mandatory in pylint plugin (#145249)
* Mark turn_on/turn_off/toggle as mandatory in pylint plugin
* Fixes
|
2025-05-20 12:00:10 +02:00 |
|
Joost Lekkerkerker
|
615afeb4d5
|
Log bare exceptions in the config flow (#135584)
* Log bare exceptions in the config flow
* add more
* Fix
|
2025-03-25 10:34:05 +01:00 |
|
Erik Montnemery
|
f83c8de8d3
|
Update signature of platforms' async_setup_entry (#138201)
|
2025-02-10 21:08:03 +01:00 |
|
Sid
|
2f60395ba9
|
Fix schema violations in manifest.json files (#128561)
|
2024-10-17 12:29:16 +02:00 |
|
epenet
|
5d079aacd6
|
Fix incorrect error strings in triggercmd (#128450)
|
2024-10-16 13:38:15 +02:00 |
|
Russell VanderMey
|
79f3e30fb6
|
Add TRIGGERcmd integration (#121268)
* Initial commit with errors
* Commitable
* Use triggercmd user id as hub name
* Validate the token
* Use switch type, no trigger yet
* Working integration
* Use triggercmd module instead of httpx
* Add tests for triggercmd integration
* Add triggercmd to requirements_test_all.txt
* Add untested triggercmd files to .coveragerc
* Implement cgarwood's PR suggestions
* Address PR feedback
* Update homeassistant/components/triggercmd/config_flow.py
Co-authored-by: Robert Resch <robert@resch.dev>
* Update homeassistant/components/triggercmd/hub.py
Co-authored-by: Robert Resch <robert@resch.dev>
* Update homeassistant/components/triggercmd/strings.json
Co-authored-by: Robert Resch <robert@resch.dev>
* Update homeassistant/components/triggercmd/hub.py
Co-authored-by: Robert Resch <robert@resch.dev>
* Get user id via triggercmd module, and better check for status 200 code
* PR feedback fixes
* Update homeassistant/components/triggercmd/switch.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/triggercmd/switch.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* More PR feedback fixes
* Update homeassistant/components/triggercmd/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/triggercmd/strings.json
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/triggercmd/switch.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* More PR feedback fixes
* Update tests/components/triggercmd/test_config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Changes for PR feedback
* Changes to address PR comments
* Fix connection error when no internet
* Update homeassistant/components/triggercmd/__init__.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/triggercmd/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/triggercmd/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update homeassistant/components/triggercmd/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update tests/components/triggercmd/test_config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Updates for PR feedback
* Update tests/components/triggercmd/test_config_flow.py
---------
Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
|
2024-09-11 15:49:37 +02:00 |
|