Skip to content

Instantly share code, notes, and snippets.

@fbradyirl
fbradyirl / sigen_modbus_card_hacs.yaml
Last active September 24, 2025 16:51
Recreate Sigenergy UI (using modbus sensors) as Home Assistant Card (using HACS sig integration)
type: custom:button-card
show_state: true
tap_action: none
custom_fields:
home_image:
card:
type: picture
image: local/Sigenergy/home_has_solar_has_car.png
card_mod:
style: |
@JamesSimpson
JamesSimpson / perfex_hooks_list
Last active December 8, 2025 18:07
Full Perfex Hook List - For Perfex CRM Developers
File ---> application\controllers\admin\Authentication.php:
23: hooks()->do_action('admin_auth_init');
80: hooks()->do_action('after_staff_login');
107: hooks()->do_action('after_staff_login');
117: hooks()->do_action('after_staff_login');
219: hooks()->do_action('after_user_logout');
File ---> application\controllers\admin\Auto_update.php:
14: hooks()->do_action('before_perform_update', $latest_version);