mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Merge branch 'hotfix/state-as-number' into dev
Conflicts: homeassistant/const.py tests/helpers/test_state.py
This commit is contained in:
@@ -89,6 +89,7 @@ class TestGraphite(unittest.TestCase):
|
||||
'bat': 'NaN',
|
||||
}
|
||||
expected = [
|
||||
'ha.entity.state 0.000000 12345',
|
||||
'ha.entity.foo 1.000000 12345',
|
||||
'ha.entity.bar 2.000000 12345',
|
||||
'ha.entity.baz 1.000000 12345',
|
||||
|
||||
Reference in New Issue
Block a user