mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 13:17:53 +00:00

* Add salt component * Update files from development checklist * Use warning log level when data cannot be retrieved Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com> * Remove empty fields from manifest.json * Remove default arguments for host and username * Bump saltbox library version * Refactor and improve error handling * Dev checklist * Fix linting errors * Check for None and return empty list * Log on debug level instead of info * More compact None checks * Remove redundant None check * Return None on exception but store as empty list * More compact syntax Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
2 lines
26 B
Python
2 lines
26 B
Python
"""The salt component."""
|