Skip to content

Hass.io 0.71

Compare
Choose a tag to compare
@pvizeli pvizeli released this 13 Oct 20:29
  • Allow to set option as optional inside schema with a ? on the end of type: str?
  • Remove deepmerge and use python3.6 merge to protect merge into wrong storage
  • Allow simple lists inside dicts:
{
  "step1": {
    "step_list": ["str"]
  },
  "step_deep": [
    {
      "step_deep_list": ["str"]
    }
  ]
}