1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-19 08:19:26 +01:00

Add zwave mqtt (#34987)

This commit is contained in:
Martin Hjelmare
2020-05-03 02:54:16 +02:00
committed by GitHub
parent 984a2769db
commit aeb891649e
26 changed files with 1578 additions and 3 deletions

View File

@@ -18,9 +18,9 @@ repos:
- id: codespell
args:
- --ignore-words-list=hass,alot,datas,dof,dur,farenheit,hist,iff,ines,ist,lightsensor,mut,nd,pres,referer,ser,serie,te,technik,ue,uint,visability,wan,wanna,withing
- --skip="./.*,*.json"
- --skip="./.*,*.csv,*.json"
- --quiet-level=2
exclude_types: [json]
exclude_types: [csv, json]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks: