Darsey Litzenberger
Darsey Litzenberger
This makes protobuf messages look much nicer in IPython: Before: In[5]: client.features Out[5]: After: ``` In[5]: client.features Out[5]: ```
Watchman version: 0.6.5 In configuration.yaml, I have the [Signal Messenger integration](https://www.home-assistant.io/integrations/signal_messenger/) configured like this: ```yaml notify: - name: signal_foo platform: signal_messenger url: "http://signal-cli-rest-api.example.com:8080" number: "+16045551234" recipients: - "group.KzJQeU5YU3Vldkd4ak92WHk5NHFrbVJZVHo0cVNVRkpCVXJKS1RwbzNLeD0=" ``` This...