Skip to content

Commit

Permalink
import from aiokef
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Jan 18, 2020
1 parent 27f833c commit c37c030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/kef/media_player.py
Expand Up @@ -5,7 +5,8 @@
import ipaddress
import logging

from custom_components.media_player.kef_custom.aiokef import AsyncKefSpeaker
# from custom_components.kef_custom.aiokef import AsyncKefSpeaker
from aiokef import AsyncKefSpeaker
from getmac import get_mac_address
import voluptuous as vol

Expand Down

0 comments on commit c37c030

Please sign in to comment.