Added Alexa Music
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
# WashData - Home Assistant integration for appliance cycle monitoring via smart plugs.
|
||||
# Copyright (C) 2026 Lukas Bandura
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published
|
||||
# by the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
"""Diagnostics support for WashData."""
|
||||
|
||||
from __future__ import annotations
|
||||
@@ -22,6 +38,10 @@ _SENSITIVE_KEYS = {
|
||||
"title",
|
||||
"unique_id",
|
||||
"user_id",
|
||||
# Community-store account credentials / identifiers.
|
||||
"refresh_token",
|
||||
"id_token",
|
||||
"uid",
|
||||
# HA entity / service references that reveal home topology.
|
||||
"notify_service",
|
||||
"notify_start_services",
|
||||
|
||||
Reference in New Issue
Block a user