mirror of
https://github.com/home-assistant/core.git
synced 2026-08-26 08:03:44 +01:00
* Added brottsplatskartan sensor * Update brottsplatskartan sensor * Remove redundant configuration checks. * Set attributes during initialization. * Setup brottsplatskartan module in setup_platform(). * Just do a simple return, no need for returning false. * Remove file that was used during testing * Better variable name and remove excessive newline. * More updates to brottsplatskartan * Import uuid at the top of the module. * Use sensor as domain. * Don't fire custom events. * Remove period from logging message. * Adding validation for area parameter * Validate empty area configuration * Fixing indentation. * Fixing the config schema