Ensure pre-commit's hassfest triggers on service file changes (#46753)

This commit is contained in:
Franck Nijhof 2021-02-18 18:17:09 +01:00 committed by GitHub
parent b6f374b507
commit 782863ca87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,4 +90,4 @@ repos:
pass_filenames: false
language: script
types: [text]
files: ^(homeassistant/.+/(manifest|strings)\.json|\.coveragerc)$
files: ^(homeassistant/.+/(manifest|strings)\.json|\.coveragerc|homeassistant/.+/services\.yaml)$