This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -uo pipefail | |
IFS=$'\n\t' | |
# | |
# Improvements from dahjelle/pre-commit.sh: | |
# - does not lint deleted files, | |
# - lints all staged files before exiting with an error code, | |
# - handles spaces and other unusual chars in file names. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From f1488a370a1de1df79a45c3c07b6bb5af5bd88fc Mon Sep 17 00:00:00 2001 | |
From: Luis Miranda <[email protected]> | |
Date: Fri, 11 Sep 2020 14:44:48 +0100 | |
Subject: [PATCH] test(master): log all SAML payloads for manual comparison | |
--- | |
package.json | 4 ++- | |
test/saml11.tests.js | 74 ++++++++++++++++++++++++++++++++++++++++++++++------ | |
test/saml20.tests.js | 72 +++++++++++++++++++++++++++++++++++++++++--------- | |
3 files changed, 128 insertions(+), 22 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: entity-filter | |
show_empty: false | |
entities: | |
- binary_sensor.paradox_trouble | |
- binary_sensor.paradox_ac_failure_trouble | |
- binary_sensor.paradox_low_battery_trouble | |
- binary_sensor.paradox_module_supervision_trouble | |
- binary_sensor.paradox_module_tamper_trouble | |
- binary_sensor.paradox_power_trouble | |
- binary_sensor.paradox_rf_interference_trouble |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
homeassistant: | |
customize: | |
sensor.omie_daily_spot_pt: | |
device_class: monetary | |
state_class: measurement | |
sensor.omie_daily_ajuste_pt: | |
device_class: monetary | |
state_class: measurement | |
sensor: |