Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.media_player.intent.LastPaused Class Reference

Public Member Functions

bool __bool__ (self)
 
None clear (self)
 
None update (self, Context|None context, Iterable[str] entity_ids)
 

Public Attributes

 context
 
 entity_ids
 
 timestamp
 

Static Public Attributes

 default_factory
 
 None
 

Detailed Description

Information about last media players that were paused by voice.

Definition at line 30 of file intent.py.

Member Function Documentation

◆ __bool__()

bool homeassistant.components.media_player.intent.LastPaused.__bool__ (   self)
Return True if timestamp is set.

Definition at line 50 of file intent.py.

◆ clear()

None homeassistant.components.media_player.intent.LastPaused.clear (   self)
Clear timestamp and entities.

Definition at line 37 of file intent.py.

◆ update()

None homeassistant.components.media_player.intent.LastPaused.update (   self,
Context | None  context,
Iterable[str]  entity_ids 
)
Update last paused group.

Definition at line 43 of file intent.py.

Member Data Documentation

◆ context

homeassistant.components.media_player.intent.LastPaused.context

Definition at line 40 of file intent.py.

◆ default_factory

homeassistant.components.media_player.intent.LastPaused.default_factory
static

Definition at line 35 of file intent.py.

◆ entity_ids

homeassistant.components.media_player.intent.LastPaused.entity_ids

Definition at line 46 of file intent.py.

◆ None

homeassistant.components.media_player.intent.LastPaused.None
static

Definition at line 33 of file intent.py.

◆ timestamp

homeassistant.components.media_player.intent.LastPaused.timestamp

Definition at line 39 of file intent.py.


The documentation for this class was generated from the following file: