mirror of
https://github.com/home-assistant/core.git
synced 2026-05-23 00:40:20 +01:00
947c1efca2
* Pilight daemon expects JSON serializable data. Thus dict is needed and not a mapping proxy. * Add explanation why dict as message data is needed * Use pytest-caplog and no unittest.TestCase