Enable SUPPORT_VOLUME_STEP (#31023)

This commit is contained in:
Jean-Paul van Ravensberg 2020-02-02 17:47:48 +01:00 committed by GitHub
parent 75f1e573e4
commit f21a058f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ from homeassistant.components.media_player.const import (
SUPPORT_TURN_ON,
SUPPORT_VOLUME_MUTE,
SUPPORT_VOLUME_SET,
SUPPORT_VOLUME_STEP,
)
from homeassistant.const import (
CONF_HOST,
@ -36,6 +37,7 @@ DEFAULT_SOURCES = {}
SUPPORT_PIONEER = (
SUPPORT_PAUSE
| SUPPORT_VOLUME_SET
| SUPPORT_VOLUME_STEP
| SUPPORT_VOLUME_MUTE
| SUPPORT_TURN_ON
| SUPPORT_TURN_OFF