UNPKG

purifier-card

Version:

Air Purifier card for Home Assistant Lovelace UI

38 lines (37 loc) 1.23 kB
{ "common": { "name": "Purifier Card", "description": "Purifier card allows you to control your smart purifier.", "not_available": "Entity is not available", "toggle_power": "Turn on/off" }, "state": { "on": "On", "off": "Off" }, "preset_mode": { "auto": "Auto", "silent": "Silent", "favorite": "Favorite", "fan": "Fan" }, "error": { "missing_entity": "Specifying entity is required!" }, "editor": { "entity": "Entity (Required)", "compact_view": "Compact View", "compact_view_aria_label_on": "Toggle compact view on", "compact_view_aria_label_off": "Toggle compact view off", "show_name": "Show Name", "show_name_aria_label_on": "Toggle display name on", "show_name_aria_label_off": "Toggle display name off", "show_state": "Show State", "show_state_aria_label_on": "Toggle display state on", "show_state_aria_label_off": "Toggle display state off", "show_toolbar": "Show Toolbar", "show_toolbar_aria_label_on": "Toggle display toolbar on", "show_toolbar_aria_label_off": "Toggle display toolbar off", "code_only_note": "Note: Setting actions and stats options are available exclusively using Code Editor." } }