mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00

* add button for totalconnect * test button for totalconnect * change to zone.can_be_bypassed * Update homeassistant/components/totalconnect/button.py Co-authored-by: Jan-Philipp Benecke <github@bnck.me> * Update homeassistant/components/totalconnect/button.py Co-authored-by: Jan-Philipp Benecke <github@bnck.me> * Update homeassistant/components/totalconnect/button.py Co-authored-by: Jan-Philipp Benecke <github@bnck.me> * remove unused logging * Update homeassistant/components/totalconnect/button.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/totalconnect/button.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * fix button and test * Revert "bump total_connect_client to 2023.12.1" This reverts commit 189b7dcd89cf3cc8309dacc92ba47927cfbbdef3. * bump total_connect_client to 2023.12.1 * use ZoneEntity for Bypass button * use LocationEntity for PanelButton * fix typing * add translation_key for panel buttons * mock clear_bypass instead of disarm * use paramaterize * use snapshot * sentence case in strings * remove un-needed stuff * Update homeassistant/components/totalconnect/button.py * Apply suggestions from code review * Fix --------- Co-authored-by: Jan-Philipp Benecke <github@bnck.me> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>