palazzem / ha-econnect-alarm

Home Assistant integration that provides a full-fledged Alarm Panel to control your Elmo/IESS alarm systems.
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

package: update structure to support testing and building #10

Closed palazzem closed 10 months ago

palazzem commented 10 months ago

Related Issues

Proposed Changes:

This change update the entire structure to support testing and building. Specifically:

Testing:

Tests can be executed using:

pytest tests/ --cov custom_components -v

Extra Notes (optional):

n/a

Checklist