1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Prevent Homeassistant to create a segfault with OZW (#5085)

This commit is contained in:
John Arild Berentsen
2017-01-02 18:53:46 +01:00
committed by GitHub
parent a7cc7ce476
commit 5c006cd2d2
2 changed files with 23 additions and 4 deletions

View File

@@ -302,3 +302,4 @@ TYPE_BYTE = "Byte"
TYPE_BOOL = "Bool"
TYPE_DECIMAL = "Decimal"
TYPE_INT = "Int"
TYPE_LIST = "List"