Home Assistant MCP Server

# Contributing to Home Assistant TCP Server We love your input! We want to make contributing as easy and transparent as possible. ## Development Process 1. Fork the repo 2. Create your feature branch (`git checkout -b feature/amazing-feature`) 3. Commit your changes (`git commit -m 'Add amazing feature'`) 4. Push to the branch (`git push origin feature/amazing-feature`) 5. Open a Pull Request ## Code Style - Follow PEP 8 guidelines - Write meaningful commit messages - Add tests for new features ## Bug Reports Use the GitHub Issues tab to report bugs. Include: - Description of the issue - Steps to reproduce - Expected behavior - Actual behavior