Change TTS codeowner to @pvizeli (#32041)

This commit is contained in:
Robbie Trencheny 2020-02-20 13:36:36 -08:00 committed by GitHub
parent ce710f1e0b
commit f0d58ab7a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -364,7 +364,7 @@ homeassistant/components/traccar/* @ludeeus
homeassistant/components/tradfri/* @ggravlingen
homeassistant/components/trafikverket_train/* @endor-force
homeassistant/components/transmission/* @engrbm87 @JPHutchins
homeassistant/components/tts/* @robbiet480
homeassistant/components/tts/* @pvizeli
homeassistant/components/twentemilieu/* @frenck
homeassistant/components/twilio_call/* @robbiet480
homeassistant/components/twilio_sms/* @robbiet480

View file

@ -5,5 +5,5 @@
"requirements": ["mutagen==1.43.0"],
"dependencies": ["http"],
"after_dependencies": ["media_player"],
"codeowners": ["@robbiet480"]
"codeowners": ["@pvizeli"]
}