{"id":13993877,"url":"https://github.com/andrey-git/home-assistant-customizer","last_synced_at":"2025-07-22T18:32:17.307Z","repository":{"id":80991859,"uuid":"98091947","full_name":"andrey-git/home-assistant-customizer","owner":"andrey-git","description":"Companion component for home-assistant CustomUI","archived":false,"fork":false,"pushed_at":"2018-05-28T18:25:28.000Z","size":14,"stargazers_count":32,"open_issues_count":2,"forks_count":32,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-08-10T14:14:40.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrey-git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-07-23T10:59:42.000Z","updated_at":"2023-08-20T17:21:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"100cb49e-5497-4c3f-a237-37ee133dd8b2","html_url":"https://github.com/andrey-git/home-assistant-customizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-git%2Fhome-assistant-customizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-git%2Fhome-assistant-customizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-git%2Fhome-assistant-customizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey-git%2Fhome-assistant-customizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrey-git","download_url":"https://codeload.github.com/andrey-git/home-assistant-customizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227156410,"owners_count":17739298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-09T14:02:36.437Z","updated_at":"2024-11-29T15:31:26.241Z","avatar_url":"https://github.com/andrey-git.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Home-assistant customizer comonent\nCustom component for [home-assistant](https://home-assistant.io)\n\n* Optionally loads CustomUI files. [HA 0.53+]\n* Specify a list of attributes to hide from `more-info` window.\n* Hide CustomUI - related attributes in `more-info` window. [HA 0.53+]\n* Add services for dynamic customization.\n* Set the width and number of UI columns (Requires CustomUI 20180112+)\n\n## Installing\nPut `customizer` dir in `\u003cha_config_dir\u003e/custom_components/`\n\n## Using\n`configuration.yaml` options (all optional):\n\nattribute | type           | description |\n--        | --             | -- |\ncustom_ui [HA 0.53+]| local / hosted / debug\u003cbr\u003eversion_tag | Whether to fetch CustomUI files.\u003cbr\u003e`local` loads it from `\u003cconfig_dir\u003e/www/custom_ui/state-card-custom-ui.html`.\u003cbr\u003e`hosted` loads it from https://raw.githubusercontent.com/andrey-git/home-assistant-custom-ui/master/state-card-custom-ui.html\u003cbr\u003e`debug` loads it from https://raw.githubusercontent.com/andrey-git/home-assistant-custom-ui/master/state-card-custom-ui-dbg.html\u003cbr\u003eversion_tag (for example 20170830) loads a tagged version from 'https://github.com/andrey-git/home-assistant-custom-ui/releases/download/20170830/state-card-custom-ui.html' |\nhide_attributes | List of strings | List of attributes to hide from more-info popups. (Requires CustomUI) |\ncolumns| List of integers | Pixel widths at which to add the next column. Default value is [300, 600, 900, 1200]\n\nExample HA 0.53:\n```yaml\ncustomizer:\n  custom_ui: local\n  hide_attributes:\n    - node_id\n    - value_index\n  columns: [350, 700, 1050, 1400, 1850, 2100]\n```\n\n## Services\n\nThe component exposes a `set_attribute` service.\nIt sets (or clears) persistent attribute of an entity overriding any value set in code.\nLike specifying it in `homeassistant -\u003e customize` YAML section.\n\n\nNote that calling `homeassistant.reload_core_config` service or changing customization via Config panel will reset overrides to their yaml state.\n\nService fields:\n\nname | description | example\n-- | -- | --\nentity_id | Entity ID to set the attribute on | light.patio\nattribute | Name of the attribute to set | friendly_name\nvalue | (Optional) Value to set. Leave unspecified in order to clear set value. Note that when clearing attribute it will be empty (and not set-by-code) until next entity update | My light'\n\nFor example you can call:\n```\ncustomizer.set_attribute({\"entity_id\": \"light.patio\", \"attribute\": \"friendly_name\", \"value\": \"My Light\"}) to change the light name\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrey-git%2Fhome-assistant-customizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrey-git%2Fhome-assistant-customizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrey-git%2Fhome-assistant-customizer/lists"}