mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 21:40:16 +00:00
Re-allow splunk to report string states
Splunk *can* take string states, so un-fix that wrong fix.
This commit is contained in:
@@ -65,7 +65,7 @@ def setup(hass, config):
|
||||
try:
|
||||
_state = state_helper.state_as_number(state)
|
||||
except ValueError:
|
||||
return
|
||||
_state = state.state
|
||||
|
||||
json_body = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user