Skip to content

Commit

Permalink
fix: TypeError: _typeddict_new() missing typename
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Apr 18, 2021
1 parent 211015f commit b89852d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/alexa_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def parse_alexa_entities(network_details: Optional[Dict[Text, Any]]) -> AlexaEnt
class AlexaCapabilityState(TypedDict):
name: Text
namespace: Text
value: Union[int, Text, TypedDict()]
value: Union[int, Text, TypedDict]
AlexaEntityData = Dict[Text, List[AlexaCapabilityState]]


Expand Down

0 comments on commit b89852d

Please sign in to comment.