Merge pull request #1255 from miniconfig/splunk-fix-attributes
Converted state.attributes to dict in Splunk component
This commit is contained in:
commit
3ced457089
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def setup(hass, config):
|
|||
{
|
||||
'domain': state.domain,
|
||||
'entity_id': state.object_id,
|
||||
'attributes': state.attributes,
|
||||
'attributes': dict(state.attributes),
|
||||
'time': str(event.time_fired),
|
||||
'value': _state,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue