1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-18 09:50:04 +00:00

9 Commits

Author SHA1 Message Date
epenet
9771998415 Cache AST module parsing in hassfest () 2024-12-06 20:55:34 +01:00
Erik Montnemery
3e62c6ae2f Move core config functionality to its own module ()
* Move core config functionality to its own module

* Adjust test
2024-10-24 13:34:51 +02:00
epenet
07c7bb8b2a Use HOMEASSISTANT_DOMAIN alias for core DOMAIN () 2024-07-29 13:35:36 +02:00
Sid
3b95e88ff7 Bump ruff to 0.5.2 () 2024-07-15 09:00:48 +02:00
Jan Bouwhuis
a4f52cc622 Use a constant to reference homeassistant domain ()
* Use CONF_CORE to reference `homeassistant` domain

* Just use DOMAIN

* USE DOMAIN for `homeasistant` domain in config_schema.py

* Use DOMAIN_HA as constant for homeassistant domain

* Rename CONF_CORE to DOMAIN_HA

* Rename DOMAIN_HA to HA_DOMAIN

* Use relative import

* Use direct imports
2024-03-23 19:58:39 +01:00
Joost Lekkerkerker
cddce0ce0d Enable more SIM ruff rules ()
* SIM101 SIM103

* SIM107 SIM109

* SIM110

* SIM112 SIM113

* SIM115

* SIM116

* Fix

* Fix

* Fix
2024-03-10 23:20:37 -04:00
Marc Mueller
19ab3d6daf Add empty line after module docstring [helpers + other] () 2024-03-08 10:36:11 -05:00
J. Nick Koston
282ae80cc2 Fix hassfest check for schema ()
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2023-08-03 12:55:33 -10:00
Erik Montnemery
f17773233b Add check for integration config schema to hassfest ()
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2023-06-12 10:26:02 +02:00