diff --git a/homeassistant/components/splunk.py b/homeassistant/components/splunk.py index e7c9de6e073..fd9a15b67ae 100644 --- a/homeassistant/components/splunk.py +++ b/homeassistant/components/splunk.py @@ -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, }