Skip to content

SG-43999: add custom entity config features - #456

Open
fauverick wants to merge 1 commit into
masterfrom
ticket/SG-43999_custom_entity
Open

SG-43999: add custom entity config features#456
fauverick wants to merge 1 commit into
masterfrom
ticket/SG-43999_custom_entity

Conversation

@fauverick

@fauverickfauverick commented Aug 3, 2026

Copy link
Copy Markdown

This PR introduces 4 new functions that allow users to configure custom entity (previously can only be done through the UI):

  • custom_entity_read: read the config of a custom entity
  • custom_entity_enable: enable & set the display name/configuration flags of a custom entity
  • custom_entity_update: update the display name/configuration flags of an enabled custom entity
  • custom_entity_disable: disable a custom entity. Will return an error if the custom entity currently has existing records. Require passing force=True to disable anyway.

@codecov

codecovBot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.18%. Comparing base (db056df) to head (2c2e95f).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@## master #456 +/- ##
==========================================
+ Coverage 78.76% 79.18% +0.41% 
==========================================
Files 7 7 Lines 1851 1869 +18 ==========================================
+ Hits 1458 1480 +22 + Misses 393 389 -4 
FlagCoverage Δ
Linux79.18% <100.00%> (+0.41%)⬆️
Python-3.1079.02% <100.00%> (+0.31%)⬆️
Python-3.1179.13% <100.00%> (+0.41%)⬆️
Python-3.1379.02% <100.00%> (+0.31%)⬆️
Python-3.979.01% <100.00%> (+0.31%)⬆️
Windows79.13% <100.00%> (+0.28%)⬆️
macOS79.07% <100.00%> (+0.31%)⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fauverick
fauverickforce-pushed the ticket/SG-43999_custom_entity branch 2 times, most recently from 575eb08 to c272359CompareAugust 3, 2026 22:33
@fauverick
fauverickforce-pushed the ticket/SG-43999_custom_entity branch from c272359 to 2c2e95fCompareAugust 10, 2026 17:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@fauverick