mirror of
https://github.com/home-assistant/core.git
synced 2026-08-21 22:01:05 +01:00
* 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